Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MaarchCourrier
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Redmine
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Harbor Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Maarch
MaarchCourrier
Commits
47a2dbad
Commit
47a2dbad
authored
10 years ago
by
Giovannoni Laurent
Browse files
Options
Downloads
Patches
Plain Diff
FEAT
#1432
pb with sequence
parent
955386d7
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
core/trunk/sql/150.sql
+1
-1
1 addition, 1 deletion
core/trunk/sql/150.sql
with
1 addition
and
1 deletion
core/trunk/sql/150.sql
+
1
−
1
View file @
47a2dbad
...
@@ -158,6 +158,7 @@ CREATE TABLE actions_categories
...
@@ -158,6 +158,7 @@ CREATE TABLE actions_categories
-- RELATION BETWEEN USERS AND BASKETS OF SECONDARY PROFILES --
-- RELATION BETWEEN USERS AND BASKETS OF SECONDARY PROFILES --
-- ************************************************************************* --
-- ************************************************************************* --
DROP
TABLE
IF
EXISTS
user_baskets_secondary
;
DROP
SEQUENCE
IF
EXISTS
user_baskets_secondary_seq
;
DROP
SEQUENCE
IF
EXISTS
user_baskets_secondary_seq
;
CREATE
SEQUENCE
user_baskets_secondary_seq
CREATE
SEQUENCE
user_baskets_secondary_seq
INCREMENT
1
INCREMENT
1
...
@@ -166,7 +167,6 @@ MAXVALUE 9223372036854775807
...
@@ -166,7 +167,6 @@ MAXVALUE 9223372036854775807
START
1
START
1
CACHE
1
;
CACHE
1
;
DROP
TABLE
IF
EXISTS
user_baskets_secondary
;
CREATE
TABLE
user_baskets_secondary
CREATE
TABLE
user_baskets_secondary
(
(
system_id
bigint
NOT
NULL
DEFAULT
nextval
(
'user_baskets_secondary_seq'
::
regclass
),
system_id
bigint
NOT
NULL
DEFAULT
nextval
(
'user_baskets_secondary_seq'
::
regclass
),
...
...
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