mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-09-29 08:08:21 +00:00
Add a notes field to equipments
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE "equipment"
|
||||
ADD COLUMN "notes" text;
|
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE `equipment`
|
||||
ADD COLUMN `notes` mediumtext;
|
@@ -0,0 +1,2 @@
|
||||
ALTER TABLE "equipment"
|
||||
ADD COLUMN "notes" text;
|
Reference in New Issue
Block a user