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
c57f9dfb
Commit
c57f9dfb
authored
Jun 13, 2017
by
Douglas Barbosa Alexandre
Committed by
Gabriel Mazetto
Jun 26, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use 8 bytes value for event_id column on the geo_event_log_state table
parent
1679c570
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
db/geo/migrate/20170605154253_create_event_log_state.rb
db/geo/migrate/20170605154253_create_event_log_state.rb
+1
-1
No files found.
db/geo/migrate/20170605154253_create_event_log_state.rb
View file @
c57f9dfb
class
CreateEventLogState
<
ActiveRecord
::
Migration
def
change
create_table
:event_log_states
,
id:
false
do
|
t
|
t
.
primary_key
:event_id
,
:bigserial
t
.
integer
:event_id
,
limit:
8
,
primary_key:
true
end
end
end
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