feat: refs #7929 create table material #2920
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix#2920
Loading…
Reference in New Issue
No description provided.
Delete Branch "7929-createTableMaterial"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
@ -0,0 +250,4 @@
INSERT IGNORE INTO `secondaryMaterial` (`name`) VALUES ('Purpurina');
UPDATE vn.tag SET isFree=0,sourceTable='material' WHERE name= 'Material';
UPDATE vn.tag SET isFree=0,sourceTable='secondaryMaterial' WHERE name='Material secundario';
Per qué heu fiquem 2 vegades? el material es el mateix per als 2, no?