Fixed db
This commit is contained in:
parent
6ad6813465
commit
a0ed568e1d
|
@ -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