4 строки
147 B
MySQL
4 строки
147 B
MySQL
|
insert into waffle_switch (name, active, note)
|
||
|
values ('soft_delete', 0,
|
||
|
'Set addons/webapps to STATUS_DELETED instead of removing them');
|