fixed table_quota migration class name

1.0
Luis Bosque 13 years ago
parent 2a49e8c6cd
commit 1ae1746f02

@ -1,4 +1,4 @@
class AddQuotaToUserMigration < Sequel::Migration
class AddTableQuotaAndAccountTypeToUser < Sequel::Migration
def up
add_column :users, :table_quota, :bigint, :default => 5

Loading…
Cancel
Save