Files
postgres-web/pgweb/core
Magnus Hagander f31c58ddaa Fix beta versioning to be more generic test versioning
This allows us to specify both beta and rc versions.

Requires SQL:

ALTER TABLE core_version RENAME COLUMN beta TO testing;
ALTER TABLE core_version ALTER COLUMN testing TYPE integer USING CASE WHEN testing THEN 2 ELSE 0 END;
2013-08-22 14:45:33 +02:00
..
2013-01-30 15:13:37 +01:00
2009-09-14 14:39:25 +02:00
2011-12-05 17:07:59 +01:00