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