mirror of
https://gitea.smigz.com/smiggiddy/odin-codeprojects.git
synced 2025-07-15 22:00:36 -04:00
basic functionality done
This commit is contained in:
parent
1c5e2d1055
commit
269d7784ab
19 changed files with 5917 additions and 4677 deletions
|
@ -0,0 +1,12 @@
|
|||
/*
|
||||
Warnings:
|
||||
|
||||
- You are about to drop the column `uuid` on the `File` table. All the data in the column will be lost.
|
||||
- You are about to drop the column `uuid` on the `Folder` table. All the data in the column will be lost.
|
||||
|
||||
*/
|
||||
-- AlterTable
|
||||
ALTER TABLE "File" DROP COLUMN "uuid";
|
||||
|
||||
-- AlterTable
|
||||
ALTER TABLE "Folder" DROP COLUMN "uuid";
|
Loading…
Add table
Add a link
Reference in a new issue