Add TODOs to sqlite_initdb.bash.
authorRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Sat, 20 Aug 2011 18:29:29 +0000 (21:29 +0300)
committerRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Sat, 20 Aug 2011 18:29:29 +0000 (21:29 +0300)
ppf/db/sqlite_initdb.bash

index 5c04f7e..a5b6f4d 100755 (executable)
@@ -1,5 +1,9 @@
 #!/bin/bash
 
+# TODO: Add option for passing SQLite script.
+# TODO: Allow running the script from a different directory.
+#       Hint: dirname $0 joined to SQL_INIT_SCRIPT
+
 SQL_INIT_SCRIPT=../sql/p2p-log-sqlite.sql
 
 if test $# -ne 1; then