Add nostr_pubkey to users

This commit is contained in:
Râu Cao
2023-06-16 13:52:42 +02:00
parent b03c6e9513
commit bc4d9ff528
2 changed files with 8 additions and 3 deletions
@@ -0,0 +1,5 @@
class AddNostrPubkeyToUsers < ActiveRecord::Migration[7.0]
def change
add_column :users, :nostr_pubkey, :string
end
end