Just checking in

This commit is contained in:
2026-05-02 10:46:08 +00:00
parent 92ceddc32e
commit 6ebb7390d5
2 changed files with 9 additions and 1 deletions

View File

@@ -0,0 +1,5 @@
class AddDomainRedToVirtuals < ActiveRecord::Migration[8.1]
def change
add_reference :virtuals, :domain, null: false, foreign_key: true
end
end