Fixed db
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user