fixup! Add List model
This commit is contained in:
parent
611dab2e52
commit
6e8d06a594
1 changed files with 4 additions and 0 deletions
|
@ -1,4 +1,8 @@
|
|||
class CreateLists < ActiveRecord::Migration
|
||||
include Gitlab::Database::MigrationHelpers
|
||||
|
||||
DOWNTIME = false
|
||||
|
||||
def change
|
||||
create_table :lists do |t|
|
||||
t.references :board, index: true, foreign_key: true, null: false
|
||||
|
|
Loading…
Reference in a new issue