Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

filter-sequence-values option #28

Closed
qwazer opened this issue Apr 9, 2015 · 1 comment
Closed

filter-sequence-values option #28

qwazer opened this issue Apr 9, 2015 · 1 comment
Milestone

Comments

@qwazer
Copy link
Owner

qwazer commented Apr 9, 2015

replace actual values with START WITH 1

CREATE SEQUENCE  "t"."SQ_DOC"  MINVALUE 1000 MAXVALUE 1.00000000000000E+27 INCREMENT BY 1 START WITH 1061827 CACHE 20 NOORDER  NOCYCLE ;
@arno82
Copy link
Collaborator

arno82 commented Apr 13, 2015

I'd highly appreciate this feature, as it causes unneccesary SVN checkins because of changing actual values.

@qwazer qwazer added this to the v2.3.9 milestone Apr 18, 2015
@qwazer qwazer closed this as completed Apr 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants