summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
Diffstat (limited to 'db')
-rw-r--r--db/migrate/20260808000022_add_external_url_to_pages.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/db/migrate/20260808000022_add_external_url_to_pages.rb b/db/migrate/20260808000022_add_external_url_to_pages.rb
new file mode 100644
index 00000000..d3122aee
--- /dev/null
+++ b/db/migrate/20260808000022_add_external_url_to_pages.rb
@@ -0,0 +1,5 @@
1class AddExternalUrlToPages < ActiveRecord::Migration[8.1]
2 def change
3 add_column :pages, :external_url, :string
4 end
5end