Add nostr_pubkey to users
This commit is contained in:
5
db/migrate/20230304155240_add_nostr_pubkey_to_users.rb
Normal file
5
db/migrate/20230304155240_add_nostr_pubkey_to_users.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
class AddNostrPubkeyToUsers < ActiveRecord::Migration[7.0]
|
||||
def change
|
||||
add_column :users, :nostr_pubkey, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user