I keep forgetting to do things. The edit mii api route has been using the public folder as an uploads directory... whoops...
2 lines
80 B
SQL
2 lines
80 B
SQL
-- AlterTable
|
|
ALTER TABLE "users" ADD COLUMN "imageUpdatedAt" TIMESTAMP(3);
|