移除 多余的 name 字段
This commit is contained in:
parent
abf9952212
commit
9e2107ea9c
@ -0,0 +1,7 @@
|
|||||||
|
-- +goose Up
|
||||||
|
-- drop name column from document_blocks table
|
||||||
|
ALTER TABLE "document_blocks" DROP COLUMN "name";
|
||||||
|
|
||||||
|
-- +goose Down
|
||||||
|
-- reverse: create name column in document_blocks table
|
||||||
|
ALTER TABLE "document_blocks" ADD COLUMN "name" VARCHAR(255);
|
@ -1,2 +1,3 @@
|
|||||||
h1:hDIlYDlNwP2WQt4WZ9vaeH5D8IAoeLPMBHidHnSKaIs=
|
h1:i8hOFFa2SFOjNMtOo1eFw1/d9UpiSBEi2XMeAacMcEA=
|
||||||
20240720155522_init.sql h1:CKqDLw2sVT+NMqnmrvwtkmbHwNFJTUbdR5q0OtoxF1k=
|
20240720155522_init.sql h1:EV/WhsF30qL+Q4kf1mhNxGP0KQpbVxMhjzUmG1pOEdQ=
|
||||||
|
20240721084724_remove_name_field_from_document_blocks.sql h1:V/+wh2/7HshCdZNTo4xrAVG7WF8HlcRIKa8285zy2K8=
|
||||||
|
Loading…
Reference in New Issue
Block a user