Allow to set an account name
This commit is contained in:
parent
87d99c4875
commit
21d93e379c
3 changed files with 101 additions and 25 deletions
2
migrations/20230829220628_name.sql
Normal file
2
migrations/20230829220628_name.sql
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
-- Add migration script here
|
||||
ALTER TABLE accounts ADD COLUMN name TEXT UNIQUE;
|
||||
Loading…
Add table
Add a link
Reference in a new issue