mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-12 15:42:37 +01:00
Merge f192d07814 into 53cf4b4453
This commit is contained in:
commit
5b4dc0c93f
1 changed files with 8 additions and 0 deletions
8
db/migrate/20200924170053_remove_default_userid.rb
Normal file
8
db/migrate/20200924170053_remove_default_userid.rb
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
class RemoveDefaultUserid < ActiveRecord::Migration[5.2]
|
||||||
|
def change
|
||||||
|
change_column_default :contexts, :user_id, nil
|
||||||
|
change_column_default :projects, :user_id, nil
|
||||||
|
change_column_default :todos, :user_id, nil
|
||||||
|
change_column_default :recurring_todos, :user_id, nil
|
||||||
|
end
|
||||||
|
end
|
||||||
Loading…
Add table
Add a link
Reference in a new issue