new update profile
This commit is contained in:
+84
-1
@@ -301,7 +301,7 @@ INSERT INTO products_colorstyle (product_id, name, color_style, color_code ) VAL
|
||||
INSERT INTO products_colorstyle (product_id, name, color_style, color_code ) VALUES ('A000002','Red','red-theme.css','FF0000');
|
||||
INSERT INTO products_colorstyle (product_id, name, color_style, color_code ) VALUES ('A000002','Violet','violet-theme.css','8F00FF');
|
||||
|
||||
|
||||
ALTER TABLE members_products ADD colorstyle VARCHAR(55);
|
||||
|
||||
{`nav-link ${(activeTab == value.controls || (index == 0 & !activeTab)) && 'active show'}`}
|
||||
|
||||
@@ -376,6 +376,89 @@ VALUES(
|
||||
''
|
||||
);
|
||||
|
||||
ALTER TABLE products_templates ADD flavor VARCHAR(10);
|
||||
|
||||
UPDATE products_templates SET provision_name='registry.chiefsoft.com/a000002/business-web-web0002d:latest', flavor='P1' WHERE ID =4;
|
||||
UPDATE products_templates SET provision_name='registry.chiefsoft.com/a000002/business-web-web0002d:latest', flavor='P2' WHERE ID =5;
|
||||
UPDATE products_templates SET provision_name='registry.chiefsoft.com/a000001/personal-web-web0002a:latest', flavor='P1' WHERE ID =1;
|
||||
UPDATE products_templates SET provision_name='registry.chiefsoft.com/a000001/personal-web-web0002a:latest', flavor='P2' WHERE ID =2;
|
||||
UPDATE products_templates SET provision_name='registry.chiefsoft.com/a000001/personal-web-web0002a:latest', flavor='P3' WHERE ID =3;
|
||||
|
||||
|
||||
INSERT INTO products_templates(product_id,name,provision_name,status,flavor)
|
||||
VALUES(
|
||||
'A000002',
|
||||
'Practice 3',
|
||||
'registry.chiefsoft.com/a000002/business-web-web0002d:latest',
|
||||
1,
|
||||
'P3'
|
||||
);
|
||||
|
||||
INSERT INTO products_templates(product_id,name,provision_name,status,flavor)
|
||||
VALUES(
|
||||
'A000002',
|
||||
'Practice 4',
|
||||
'registry.chiefsoft.com/a000002/business-web-web0002d:latest',
|
||||
1,
|
||||
'P4'
|
||||
);
|
||||
|
||||
INSERT INTO products_templates(product_id,name,provision_name,status,flavor)
|
||||
VALUES(
|
||||
'A000002',
|
||||
'Practice 5',
|
||||
'registry.chiefsoft.com/a000002/business-web-web0002d:latest',
|
||||
1,
|
||||
'P5'
|
||||
);
|
||||
|
||||
INSERT INTO products_templates(product_id,name,provision_name,status,flavor)
|
||||
VALUES(
|
||||
'A000002',
|
||||
'Practice 6',
|
||||
'registry.chiefsoft.com/a000002/business-web-web0002d:latest',
|
||||
1,
|
||||
'P6'
|
||||
);
|
||||
|
||||
|
||||
INSERT INTO products_templates(product_id,name,provision_name,status,flavor)
|
||||
VALUES(
|
||||
'A000002',
|
||||
'Practice 7',
|
||||
'registry.chiefsoft.com/a000002/business-web-web0002d:latest',
|
||||
1,
|
||||
'P7'
|
||||
);
|
||||
|
||||
|
||||
INSERT INTO products_templates(product_id,name,provision_name,status,flavor)
|
||||
VALUES(
|
||||
'A000002',
|
||||
'Practice 8',
|
||||
'registry.chiefsoft.com/a000002/business-web-web0002d:latest',
|
||||
1,
|
||||
'P8'
|
||||
);
|
||||
|
||||
INSERT INTO products_templates(product_id,name,provision_name,status,flavor)
|
||||
VALUES(
|
||||
'A000002',
|
||||
'Practice 9',
|
||||
'registry.chiefsoft.com/a000002/business-web-web0002d:latest',
|
||||
1,
|
||||
'P9'
|
||||
);
|
||||
|
||||
INSERT INTO products_templates(product_id,name,provision_name,status,flavor)
|
||||
VALUES(
|
||||
'A000002',
|
||||
'Practice 10',
|
||||
'registry.chiefsoft.com/a000002/business-web-web0002d:latest',
|
||||
1,
|
||||
'P10'
|
||||
);
|
||||
|
||||
|
||||
CREATE TABLE members_products (
|
||||
id SERIAL,
|
||||
|
||||
Reference in New Issue
Block a user