|
10 | 10 | # |
11 | 11 | # It's strongly recommended that you check this file into your version control system. |
12 | 12 |
|
13 | | -ActiveRecord::Schema[7.1].define(version: 2024_10_09_073948) do |
| 13 | +ActiveRecord::Schema[7.2].define(version: 2025_05_20_070911) do |
14 | 14 | create_schema "tiger" |
15 | 15 | create_schema "tiger_data" |
16 | 16 | create_schema "topology" |
|
44 | 44 | t.index ["locale"], name: "index_about_page_entry_translations_on_locale" |
45 | 45 | end |
46 | 46 |
|
47 | | - create_table "active_admin_comments", id: :serial, force: :cascade do |t| |
48 | | - t.string "namespace" |
49 | | - t.text "body" |
50 | | - t.string "resource_type" |
51 | | - t.integer "resource_id" |
52 | | - t.string "author_type" |
53 | | - t.integer "author_id" |
54 | | - t.datetime "created_at", precision: nil, null: false |
55 | | - t.datetime "updated_at", precision: nil, null: false |
56 | | - t.index ["author_type", "author_id"], name: "index_active_admin_comments_on_author_type_and_author_id" |
57 | | - t.index ["namespace"], name: "index_active_admin_comments_on_namespace" |
58 | | - t.index ["resource_type", "resource_id"], name: "index_active_admin_comments_on_resource_type_and_resource_id" |
59 | | - end |
60 | | - |
61 | 47 | create_table "annex_documents", id: :serial, force: :cascade do |t| |
62 | 48 | t.string "documentable_type", null: false |
63 | 49 | t.integer "documentable_id", null: false |
|
256 | 242 | t.boolean "certification_fsc_cw", default: false, null: false |
257 | 243 | t.boolean "certification_tlv", default: false, null: false |
258 | 244 | t.integer "forest_type", default: 0, null: false |
259 | | - t.geometry "geometry", limit: {:srid=>0, :type=>"geometry"} |
| 245 | + t.geometry "geometry", limit: {srid: 0, type: "geometry"} |
260 | 246 | t.datetime "deleted_at", precision: nil |
261 | 247 | t.boolean "certification_ls", default: false, null: false |
262 | 248 | t.string "name", null: false |
|
806 | 792 | t.string "name", null: false |
807 | 793 | t.string "wdpa_pid", null: false |
808 | 794 | t.jsonb "geojson", null: false |
809 | | - t.geometry "geometry", limit: {:srid=>0, :type=>"geometry"} |
810 | | - t.virtual "centroid", type: :geometry, limit: {:srid=>0, :type=>"st_point"}, as: "st_centroid(geometry)", stored: true |
| 795 | + t.geometry "geometry", limit: {srid: 0, type: "geometry"} |
| 796 | + t.virtual "centroid", type: :geometry, limit: {srid: 0, type: "st_point"}, as: "st_centroid(geometry)", stored: true |
811 | 797 | t.datetime "created_at", null: false |
812 | 798 | t.datetime "updated_at", null: false |
813 | 799 | t.index ["country_id"], name: "index_protected_areas_on_country_id" |
|
0 commit comments