Commit db235768bf7df98e3be532ba6a1125330db72f82

Authored by David RENÉ
1 parent b9893851

now save in backup directory instead of db_backup

database/migration.anubis
@@ -23,7 +23,7 @@ read migration_common.anubis @@ -23,7 +23,7 @@ read migration_common.anubis
23 23
24 read tools/mf_loggers.anubis 24 read tools/mf_loggers.anubis
25 25
26 -define String dir_save_database = "/db_backup/". 26 +define String dir_save_database = "/backup/".
27 27
28 28
29 /** 29 /**
database/migration_sqlite3.anubis
@@ -27,7 +27,7 @@ public type Migration: @@ -27,7 +27,7 @@ public type Migration:
27 ). 27 ).
28 28
29 29
30 -define String dir_save_database = "db_backup/". 30 +define String dir_save_database = "backup/".
31 31
32 32
33 public define Bool 33 public define Bool