5 lines
104 B
Ruby
5 lines
104 B
Ruby
class EnablePostgis < ActiveRecord::Migration[7.0]
|
|
def change
|
|
enable_extension :postgis
|
|
end
|
|
end
|