diff options
Diffstat (limited to 'db')
| -rw-r--r-- | db/schema.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/db/schema.rb b/db/schema.rb index 05dc1ef1..888e96f0 100644 --- a/db/schema.rb +++ b/db/schema.rb | |||
| @@ -10,7 +10,7 @@ | |||
| 10 | # | 10 | # |
| 11 | # It's strongly recommended that you check this file into your version control system. | 11 | # It's strongly recommended that you check this file into your version control system. |
| 12 | 12 | ||
| 13 | ActiveRecord::Schema[8.1].define(version: 2026_08_09_135746) do | 13 | ActiveRecord::Schema[8.1].define(version: 2026_08_19_124104) do |
| 14 | # These are extensions that must be enabled in order to support this database | 14 | # These are extensions that must be enabled in order to support this database |
| 15 | enable_extension "pg_catalog.plpgsql" | 15 | enable_extension "pg_catalog.plpgsql" |
| 16 | 16 | ||
| @@ -150,6 +150,8 @@ ActiveRecord::Schema[8.1].define(version: 2026_08_09_135746) do | |||
| 150 | t.integer "parent_node_id" | 150 | t.integer "parent_node_id" |
| 151 | t.string "preview_token" | 151 | t.string "preview_token" |
| 152 | t.datetime "published_at", precision: nil | 152 | t.datetime "published_at", precision: nil |
| 153 | t.string "redirect" | ||
| 154 | t.integer "redirect_node_id" | ||
| 153 | t.integer "revision" | 155 | t.integer "revision" |
| 154 | t.string "slug" | 156 | t.string "slug" |
| 155 | t.string "template_name", limit: 255 | 157 | t.string "template_name", limit: 255 |
