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