summaryrefslogtreecommitdiff
path: root/util/updates/update_2.6.sql
AgeCommit message (Expand)AuthorFilesLines
2009-08-08Converted votes.date to timestamptz and use NOW() as defaultYorhel1-0/+6
2009-08-08Converted threads_posts.date and edited to timestamptzYorhel1-0/+11
2009-08-08Converted wlists.added and rlists.added to timestamptzYorhel1-1/+12
2009-08-08Convert old category relations to tags and remove vn_categoriesYorhel1-2/+52
2009-08-06Use timestamptz data type instead of timestampYorhel1-2/+2
2009-08-05Multi::IRC: Reimplemented notifications using PgSQL LISTEN/NOTIFYYorhel1-0/+19
2009-07-31Use bytea data type to store session tokensYorhel1-1/+1
2009-07-30Fixed syntax error in update_2.6.sql and removed leading spaces in dump.sqlYorhel1-2/+2
2009-07-30Merge branch 'auth' of git://3decibels.net/vndb into betaYorhel1-0/+13
2009-07-29Changed sessions.expiration column to timestamp3dB1-3/+3
2009-07-28Multiple bugfixes to authorization system & sql tweaks3dB1-2/+2
2009-07-27Applied small adjustments and reorganized DB library code.3dB1-1/+1
2009-07-24Checkin of auth rewrite progress.3dB1-0/+14
2009-07-23Implemented relgraph notify from PgSQL triggerYorhel1-0/+36
2009-07-19Removed DEFERRED property on most foreign key constraintsYorhel1-0/+89
2009-07-19Added 1024x600 and 1600x1200 screen resolutionsYorhel1-1/+6
2009-07-19Notify Multi::Image via PostgreSQL for new screenshotsYorhel1-0/+14
2009-07-19Converted and renamed screenshots.status (int) to processed (bool)Yorhel1-0/+9
2009-07-18Notify Multi::Image for new cover images via LISTEN/NOTIFYYorhel1-0/+13
2009-07-18Use PostgreSQL's LISTEN/NOTIFY to notify Multi::Anime for new animeYorhel1-0/+13
2009-07-18Automatically insert rows into anime table for new vn_anime.aid itemsYorhel1-0/+15
2009-07-18Modified definition of the anime tableYorhel1-0/+35