Skip to content

Commit

Permalink
enhacement(config_style): set is_templayer default false
Browse files Browse the repository at this point in the history
  • Loading branch information
albertbofill committed Aug 29, 2024
1 parent c45f11d commit bb25f13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion updates/36/36012/utils/ddl.sql
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ CREATE TABLE config_style (
descript text NULL,
sys_role varchar(30) NULL,
addparam json NULL,
is_templayer bool NULL,
is_templayer bool DEFAULT false NULL,
active bool DEFAULT true NULL,
CONSTRAINT config_style_pkey PRIMARY KEY (id));

Expand Down

0 comments on commit bb25f13

Please sign in to comment.