Files
postgres-web/pgweb/docs
Magnus Hagander 8be717d99d Use a proper database field for beta releases
This replaces the previous ugly hack where beta versions had a negative number
as latestminor, giving a much cleaner model.

Requires SQL:
ALTER TABLE core_version ADD COLUMN beta boolean NOT NULL DEFAULT 'f';
ALTER TABLE core_version ALTER COLUMN beta DROP DEFAULT;

(Yes, we really need to move to something that can do automatic migrations)
2013-08-17 15:37:45 +02:00
..
2009-09-14 14:39:25 +02:00
2010-01-16 20:02:07 +01:00
2012-06-05 12:24:06 +02:00