pull/8347/head
Juan Ignacio Sánchez Lara 8 years ago
parent d1306e774d
commit 74cb46c330

@ -0,0 +1,9 @@
Sequel.migration do
up do
add_column :organizations, :viewer_seats, :integer, null: false, default: 0
end
down do
drop_column :organizations, :viewer_seats
end
end
Loading…
Cancel
Save