Added a setting to enable destructive delete, disabled by default must enable it in the DB for now not in the settings DB 1.0.0 has been reached

This commit is contained in:
johnnyq
2024-01-06 16:05:28 -05:00
parent e260cbf626
commit 0948fd4dc6
9 changed files with 30 additions and 4 deletions

View File

@@ -5,5 +5,5 @@
* It is used in conjunction with database_updates.php
*/
DEFINE("LATEST_DATABASE_VERSION", "0.9.9");
DEFINE("LATEST_DATABASE_VERSION", "1.0.0");