mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Migrate donator requests to limit of 5
This commit is contained in:
parent
1cd11fea2b
commit
042758d27c
5 changed files with 99 additions and 2 deletions
|
|
@ -0,0 +1,8 @@
|
|||
/*
|
||||
Warnings:
|
||||
|
||||
- You are about to alter the column `state` on the `requests` table. The data in that column could be lost. The data in that column will be cast from `VarChar(255)` to `Enum(EnumId(1))`.
|
||||
|
||||
*/
|
||||
-- AlterTable
|
||||
ALTER TABLE `requests` MODIFY `state` ENUM('complete', 'hold', 'pending') NOT NULL;
|
||||
Loading…
Add table
Add a link
Reference in a new issue