cartodb-4.29/db/migrate/20150729102936_create_ldap_configuration.rb
2020-06-15 10:58:47 +08:00

6 lines
55 B
Ruby

Sequel.migration do
def up
end
def down
end
end