cg33 преди 6 години
родител
ревизия
c9fda10763
променени са 1 файла, в които са добавени 5 реда и са изтрити 2 реда
  1. 5 2
      adm_config.ini

+ 5 - 2
adm_config.ini

@@ -1,8 +1,11 @@
 [database]
+driver = sqlite
 file = ./admin.db
-tables = users
+database = goadmin
+; Here are new tables to generate.
+tables = new_table1,new_table2
 
 [model]
 package = main
 connection = default
-output = ./
+output = ./tables