Skip to content
Snippets Groups Projects
Commit 1afd62d6 authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT #5661 start status administration MVC

parent 459b7b73
No related branches found
No related tags found
No related merge requests found
......@@ -60,6 +60,7 @@ INSERT INTO status_images (image_name) VALUES ('fm-letter-incoming');
INSERT INTO status_images (image_name) VALUES ('fm-letter-outgoing');
INSERT INTO status_images (image_name) VALUES ('fm-letter-internal');
INSERT INTO status_images (image_name) VALUES ('fm-file-fingerprint');
INSERT INTO status_images (image_name) VALUES ('fm-classification-plan-l1');
ALTER TABLE status DROP COLUMN IF EXISTS identifier;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment