Skip to content
/ rok-kdm Public

Symfony site for Rise of Kingdoms kingdom management.

Notifications You must be signed in to change notification settings

janvt/rok-kdm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ROK KDM

Images

Running DEV

docker-compose up

This mounts the current dir into the app / nginx containers.

Building prod

Done via Github action.

Building manually:

docker build -t janvt/lugal:app -f Dockerfile.prod . docker build -t janvt/lugal:web --build-arg ASSET_IMAGE=lugal-app:prod -f Dockerfile.prod.nginx .

Queries

Update Gov Snapshot with Filters

UPDATE governor_snapshot gs
SET kills = NULL
FROM (
    SELECT gs2.id
    FROM governor_snapshot gs2, governor g, alliance a
    WHERE gs2.governor_id = g.id
    AND g.alliance_id = a.id
    AND a.tag = 'DG70'
    AND gs2.kills = gs2.t4_kills
) ids
WHERE gs.id IN(ids.id)

About

Symfony site for Rise of Kingdoms kingdom management.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published