mirror of
https://github.com/jorgev259/soc_site-astro.git
synced 2025-06-29 07:57:41 +00:00
Remove unused small download album column
This commit is contained in:
parent
628e4cee5f
commit
13a7f99a5d
4 changed files with 11 additions and 6 deletions
|
|
@ -0,0 +1,8 @@
|
|||
/*
|
||||
Warnings:
|
||||
|
||||
- You are about to drop the column `small` on the `downloads` table. All the data in the column will be lost.
|
||||
|
||||
*/
|
||||
-- AlterTable
|
||||
ALTER TABLE `downloads` DROP COLUMN `small`;
|
||||
Loading…
Add table
Add a link
Reference in a new issue