TODO: Minor DB cleanups, fixed typo psql -> pgsql
authorHarvie <tomas@mudrunka.cz>
Tue, 21 Dec 2010 03:50:02 +0000 (04:50 +0100)
committerHarvie <tomas@mudrunka.cz>
Tue, 21 Dec 2010 03:50:02 +0000 (04:50 +0100)
doc/TODO
wwwroot/backend/pgsql/backend.inc [new file with mode: 0644]
wwwroot/backend/psql/backend.inc [deleted file]

index da4014826e8deee1baa2f0a48b89002aca417d11..6dcc3745b898c71f91205d911eb989ac3e7b7e53 100644 (file)
--- a/doc/TODO
+++ b/doc/TODO
 - Fix /(id|k)/*/download
   (ERROR: Empty file to download.)
   (I think this should be implemented as template (and smarty method for download). template can be ID down in base36 = 638807 in base10)
+
+- Cleanup DB
+  (Make script for deleting nodes in recycle bin)
+  (Some actions (like loging, etc...) may be implemented using SQL triggers)
+  (Mark all nodes that should become part of distribution of kyberia software)
+  (Delete unused tables)
+  (Replace duplicit tables with VIEWs)
diff --git a/wwwroot/backend/pgsql/backend.inc b/wwwroot/backend/pgsql/backend.inc
new file mode 100644 (file)
index 0000000..875fe22
--- /dev/null
@@ -0,0 +1,3 @@
+<?php
+// All pgsql code should go here
+?>
diff --git a/wwwroot/backend/psql/backend.inc b/wwwroot/backend/psql/backend.inc
deleted file mode 100644 (file)
index 342cd4a..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-<?php
-// All psql code should go here
-?>
This page took 0.232187 seconds and 4 git commands to generate.