修改坯料冗余
This commit is contained in:
@@ -1,6 +0,0 @@
|
||||
def migrate(cr, version):
|
||||
cr.execute("""
|
||||
UPDATE sf_model_type
|
||||
SET embryo_tolerance = (SELECT id FROM sf_embryo_redundancy LIMIT 1)
|
||||
WHERE embryo_tolerance = 0;
|
||||
""")
|
||||
Reference in New Issue
Block a user