demarches-normaliennes/db/migrate/20230704093503_enable_postgis.rb

6 lines
104 B
Ruby
Raw Normal View History

2023-07-04 11:38:18 +02:00
class EnablePostgis < ActiveRecord::Migration[7.0]
def change
enable_extension :postgis
end
end