Closed jbonatakis closed 1 year ago
Small framework to manage views (and in time migrations).
Just put your view in game_servers/views/ as a .sql file and run manage.py --refresh-views. This will run all .sql files in game_servers/views/ against all .db files in game_servers.
game_servers/views/
.sql
manage.py --refresh-views
.db
game_servers
Small framework to manage views (and in time migrations).
Just put your view in
game_servers/views/
as a.sql
file and runmanage.py --refresh-views
. This will run all.sql
files ingame_servers/views/
against all.db
files ingame_servers
.