mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
5 lines
153 B
SQL
5 lines
153 B
SQL
UPDATE `users` SET `image`=CONCAT(`username`,"_",`imgId`,".png");
|
|
|
|
-- AlterTable
|
|
ALTER TABLE `users` DROP COLUMN `imgId`,
|
|
DROP COLUMN `placeholder`;
|