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
838cc090
Commit
838cc090
authored
Feb 02, 2018
by
Matija Čupić
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove timestamps from Callouts
parent
1dbcd5ec
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
db/migrate/20180125214301_create_callouts.rb
db/migrate/20180125214301_create_callouts.rb
+0
-2
No files found.
db/migrate/20180125214301_create_callouts.rb
View file @
838cc090
...
@@ -9,8 +9,6 @@ class CreateCallouts < ActiveRecord::Migration
...
@@ -9,8 +9,6 @@ class CreateCallouts < ActiveRecord::Migration
create_table
:callouts
do
|
t
|
create_table
:callouts
do
|
t
|
t
.
string
:feature_name
,
null:
false
t
.
string
:feature_name
,
null:
false
t
.
references
:user
,
index:
true
,
foreign_key:
{
on_delete: :cascade
},
null:
false
t
.
references
:user
,
index:
true
,
foreign_key:
{
on_delete: :cascade
},
null:
false
t
.
timestamps_with_timezone
null:
false
end
end
add_index
:callouts
,
[
:user_id
,
:feature_name
],
unique:
true
add_index
:callouts
,
[
:user_id
,
:feature_name
],
unique:
true
...
...
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