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
4e07305b
Commit
4e07305b
authored
Jul 07, 2017
by
Felipe Artur
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix migrations in the future
parent
9c14954a
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
1 deletion
+7
-1
db/migrate/20170707183807_add_group_id_to_milestones.rb
db/migrate/20170707183807_add_group_id_to_milestones.rb
+0
-0
db/migrate/20170707184243_add_group_milestone_id_indexes.rb
db/migrate/20170707184243_add_group_milestone_id_indexes.rb
+0
-0
db/migrate/20170707184244_remove_wrong_versions_from_schema_versions.rb
...70707184244_remove_wrong_versions_from_schema_versions.rb
+6
-0
db/schema.rb
db/schema.rb
+1
-1
No files found.
db/migrate/201707
23
183807_add_group_id_to_milestones.rb
→
db/migrate/201707
07
183807_add_group_id_to_milestones.rb
View file @
4e07305b
File moved
db/migrate/201707
24
184243_add_group_milestone_id_indexes.rb
→
db/migrate/201707
07
184243_add_group_milestone_id_indexes.rb
View file @
4e07305b
File moved
db/migrate/20170707184244_remove_wrong_versions_from_schema_versions.rb
0 → 100644
View file @
4e07305b
class
RemoveWrongVersionsFromSchemaVersions
<
ActiveRecord
::
Migration
def
change
execute
"UPDATE schema_migrations SET version = '20170707183807' WHERE version = '20170723183807'"
execute
"UPDATE schema_migrations SET version = '20170707184243' WHERE version = '20170724184243'"
end
end
db/schema.rb
View file @
4e07305b
...
...
@@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord
::
Schema
.
define
(
version:
201707
24184243
)
do
ActiveRecord
::
Schema
.
define
(
version:
201707
07184244
)
do
# These are extensions that must be enabled in order to support this database
enable_extension
"plpgsql"
...
...
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