Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
49baca5a
Commit
49baca5a
authored
May 15, 2020
by
Andreas Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename init migration to maximum version in 2018
parent
cc375887
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
.gitlab/ci/rails.gitlab-ci.yml
.gitlab/ci/rails.gitlab-ci.yml
+1
-1
db/migrate/20181228175414_init_schema.rb
db/migrate/20181228175414_init_schema.rb
+0
-0
db/structure.sql
db/structure.sql
+1
-1
No files found.
.gitlab/ci/rails.gitlab-ci.yml
View file @
49baca5a
...
...
@@ -192,7 +192,7 @@ db:migrate-from-v12.10.0:
db:rollback:
extends
:
.db-job-base
script
:
-
bundle exec rake db:migrate VERSION=201
71230123729
-
bundle exec rake db:migrate VERSION=201
81228175414
-
bundle exec rake db:migrate SKIP_SCHEMA_VERSION_CHECK=true
gitlab:setup:
...
...
db/migrate/201
71230123729
_init_schema.rb
→
db/migrate/201
81228175414
_init_schema.rb
View file @
49baca5a
File moved
db/structure.sql
View file @
49baca5a
...
...
@@ -12790,7 +12790,7 @@ ALTER TABLE ONLY public.u2f_registrations
ADD
CONSTRAINT
fk_u2f_registrations_user_id
FOREIGN
KEY
(
user_id
)
REFERENCES
public
.
users
(
id
)
ON
DELETE
CASCADE
;
COPY
"schema_migrations"
(
version
)
FROM
STDIN
;
201
71230123729
201
81228175414
20190102152410
20190103140724
20190104182041
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment