diff options
| author | erdgeist <erdgeist@erdgeist.org> | 2026-08-07 06:15:14 +0200 |
|---|---|---|
| committer | erdgeist <erdgeist@erdgeist.org> | 2026-08-07 06:15:14 +0200 |
| commit | f4ddfff03ca9f25d50f39a1971877362d85eb9cb (patch) | |
| tree | 31e6774fd4cf2b579a9622277be150417a2fa48e /db/migrate/20260807010722_add_address_to_pages.rb | |
| parent | 02a4ea750428aa1a9c9e7f2680553c0ce4ef1fec (diff) | |
Move the pending address from the node onto the draft
Diffstat (limited to 'db/migrate/20260807010722_add_address_to_pages.rb')
| -rw-r--r-- | db/migrate/20260807010722_add_address_to_pages.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/db/migrate/20260807010722_add_address_to_pages.rb b/db/migrate/20260807010722_add_address_to_pages.rb new file mode 100644 index 00000000..12cf89bd --- /dev/null +++ b/db/migrate/20260807010722_add_address_to_pages.rb | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | class AddAddressToPages < ActiveRecord::Migration[8.1] | ||
| 2 | def change | ||
| 3 | add_column :pages, :slug, :string | ||
| 4 | add_column :pages, :parent_node_id, :integer | ||
| 5 | end | ||
| 6 | end | ||
