diff templates/classic/dbinit.py @ 2244:ac4f295499a4

fixed journal marshalling in RDBMS backends [SF#943627] fixed handling of key values starting with numbers [SF#941363] fixed journal "param" column size in RDBMS backends
author Richard Jones <richard@users.sourceforge.net>
date Sun, 02 May 2004 23:16:05 +0000
parents ee3cf6a44f29
children
line wrap: on
line diff
--- a/templates/classic/dbinit.py	Sat May 01 08:19:00 2004 +0000
+++ b/templates/classic/dbinit.py	Sun May 02 23:16:05 2004 +0000
@@ -15,7 +15,7 @@
 # BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
 # SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
 # 
-# $Id: dbinit.py,v 1.7 2004-03-26 04:50:50 richard Exp $
+# $Id: dbinit.py,v 1.8 2004-05-02 23:16:05 richard Exp $
 
 import os
 
@@ -150,11 +150,11 @@
     return db
  
 def init(adminpw): 
-    ''' as from the roundupdb method initDB 
+    '''Invoked by the "roundup-admin initialise" command to set up the
+    initial state of the hyperdb.
  
-    Open the new database, and add new nodes - used for initialisation. You
-    can edit this before running the "roundup-admin initialise" command to
-    change the initial database entries.
+    If you wish to change the hyperdb *after* running that command, see
+    the customisation doc "Database Content" section.
     ''' 
     dbdir = os.path.join(config.DATABASE, 'files')
     if not os.path.isdir(dbdir):

Roundup Issue Tracker: http://roundup-tracker.org/