Update 2022026611846569_create_table_groups_requests.jl
This commit is contained in:
parent
d03efaa7a1
commit
a8bc78ca55
|
@ -21,7 +21,7 @@ function up()
|
|||
column(:longitude, :float)
|
||||
column(:members,:integer)
|
||||
column(:added, :bool)
|
||||
column(:status,:Integer)
|
||||
column(:status,:integer)
|
||||
]
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue