cartodb-4.42/db/migrate/20150729102936_create_ldap_configuration.rb
2024-04-06 05:25:13 +00:00

6 lines
55 B
Ruby

Sequel.migration do
def up
end
def down
end
end