Files
postgres-web/pgweb
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
..
2013-06-20 15:52:43 +02:00
2013-05-08 16:37:06 -04:00
2012-11-05 14:10:39 +01:00
2009-09-14 14:39:25 +02:00
2009-09-14 14:39:25 +02:00
2009-09-14 14:39:25 +02:00