Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaarchParapheur
Manage
Activity
Members
Plan
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maarch
MaarchParapheur
Commits
4cef330c
Verified
Commit
4cef330c
authored
5 years ago
by
Damien
Browse files
Options
Downloads
Patches
Plain Diff
REFACTORING remove reinit_sequence
parent
13b4f5b4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
sql/reinit_sequences.sql
+0
-3
0 additions, 3 deletions
sql/reinit_sequences.sql
with
0 additions
and
3 deletions
sql/reinit_sequences.sql
deleted
100755 → 0
+
0
−
3
View file @
13b4f5b4
Select
setval
(
'res_id_mlb_seq'
,
(
select
max
(
res_id
)
+
1
from
res_letterbox
),
false
);
select
setval
(
'res_attachment_res_id_seq'
,
(
select
max
(
res_id
)
+
1
from
res_attachments
),
false
);
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment