cartodb/db/migrate/20150729102936_create_ldap_configuration.rb

6 lines
55 B
Ruby
Raw Normal View History

2020-06-15 10:58:47 +08:00
Sequel.migration do
def up
end
def down
end
end