Skip to content
Snippets Groups Projects
Commit 1a845894 authored by SNA's avatar SNA
Browse files

Ajout script maj table security

parent 401fbe02
No related branches found
No related tags found
No related merge requests found
ALTER TABLE "security" ADD COLUMN rights_bitmask integer;
ALTER TABLE "security" ADD COLUMN mr_start_date timestamp without time zone;
ALTER TABLE "security" ADD COLUMN mr_stop_date timestamp without time zone;
ALTER TABLE "security" ADD COLUMN where_target character varying(15) NOT NULL DEFAULT 'DOC';
ALTER TABLE "security" DROP CONSTRAINT security_pkey;
ALTER TABLE "security" ADD COLUMN security_id serial NOT NULL;
ALTER TABLE "security" ADD PRIMARY KEY (security_id);
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