Add nostr_pubkey to users

This commit is contained in:
Râu Cao
2023-03-07 18:31:54 +08:00
parent b03c6e9513
commit bc4d9ff528
2 changed files with 8 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
class AddNostrPubkeyToUsers < ActiveRecord::Migration[7.0]
def change
add_column :users, :nostr_pubkey, :string
end
end