Diff
Not logged in

Differences From:

File src/construct.c part of check-in [ce1c1a2907] - Add the --randomize parameter to the rebuild command. Used for testing. by drh on 2007-09-21 18:33:13. [view]

To:

File src/construct.c part of check-in [097479f99a] - Better defaults for new databases and clones. Use *CURRENT* to identify the current checkout for TTY timelines. by drh on 2007-09-26 02:00:26. [view]

@@ -141,9 +141,9 @@
   db_open_repository(zRepository);
   db_open_config();
   db_begin_transaction();
 
-  db_initial_setup(0);
+  db_initial_setup(0, 1);
 
   printf("project-id: %s\n", db_get("project-code", 0));
   printf("server-id:  %s\n", db_get("server-code", 0));
   printf("admin-user: %s (no password set yet!)\n", g.zLogin);