mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Add missing displayUsername column
This commit is contained in:
parent
c61c68845a
commit
3fb513d6fa
2 changed files with 11 additions and 8 deletions
|
|
@ -0,0 +1,2 @@
|
|||
-- AlterTable
|
||||
ALTER TABLE `users` ADD COLUMN `displayUsername` VARCHAR(191) NOT NULL DEFAULT 'Default display name';
|
||||
Loading…
Add table
Add a link
Reference in a new issue