cartodb-4.42/db/migrate/20150729102936_create_ldap_configuration.rb

6 lines
55 B
Ruby
Raw Normal View History

2024-04-06 13:25:13 +08:00
Sequel.migration do
def up
end
def down
end
end