oko-server/server/sql_schema
zegkljan 7c8a430f49 App version management.
* DB migration adds app_versions table for managing known app versions.
* /ping reads app version from User-Agent header and responds with latest version if the app is OKO and its version is older than the latest one stored.
* Added endpoint /app-versions which
  * lists all known versions via GET
  * adds/updates a version via POST

#3
Fix #4
2022-09-23 00:59:20 +02:00
..
V1_init.sql DB migration, small technicalities. 2022-09-22 22:05:41 +02:00
V2_proposals.sql DB migration, small technicalities. 2022-09-22 22:05:41 +02:00
V3_app_versions.sql App version management. 2022-09-23 00:59:20 +02:00