Track and sort by release date of game_versions tags (#95)

This commit is contained in:
Aeledfyr
2020-10-31 23:06:47 -05:00
committed by GitHub
parent a4ba6d1444
commit da79386cc3
5 changed files with 108 additions and 55 deletions

View File

@@ -0,0 +1,3 @@
ALTER TABLE game_versions
ADD COLUMN created timestamptz NOT NULL DEFAULT timezone('utc', now());