Fixed db
This commit is contained in:
parent
3df5f5e864
commit
3cf3da2aaf
|
@ -18,9 +18,7 @@ function up()
|
|||
column(:contact, :string)
|
||||
column(:latitude, :float)
|
||||
column(:longitude, :float)
|
||||
column(:longitude, :float)
|
||||
column(:members,:integer)
|
||||
column(:added, :bool)
|
||||
column(:status,:integer)
|
||||
]
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue