]> git.donarmstrong.com Git - infobot.git/commit
* Moved all VARCHAR fields to 100 size for easier legacy db upgrades (should handle...
authordjmcgrath <djmcgrath@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 18 Mar 2008 21:50:09 +0000 (21:50 +0000)
committerdjmcgrath <djmcgrath@c11ca15a-4712-0410-83d8-924469b57eb5>
Tue, 18 Mar 2008 21:50:09 +0000 (21:50 +0000)
commit1a335c53cb37dd0b8b793914a55bddc0e911b6f5
tree9b336abe1c281a70a9b5f235ead8d3d2b55bf938
parent4e437f8818c169273bf7eae436adec45c3dbbdb7
* Moved all VARCHAR fields to 100 size for easier legacy db upgrades (should handle max freenode sizes and then some)
* Removed pgsql specific REVOKE from PUBLIC sql (users should make that decision)
* Removed NOT NULL constraint from all but requested_count in factoids table
* Most fields now default to NULL to allow for easier finding of problems, DB cleanup and importing of inconsisting
DBs

git-svn-id: https://svn.code.sf.net/p/infobot/code/trunk@1644 c11ca15a-4712-0410-83d8-924469b57eb5
setup/mysql/factoids.sql
setup/pgsql/factoids.sql
setup/sqlite/factoids.sql
setup/sqlite2/factoids.sql