Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 296 Bytes

upgrade_db_zonemaster_backend_ver_1.1.0.md

File metadata and controls

15 lines (10 loc) · 296 Bytes

If your zonemaster database was created by a Zonemaster-Backend version smaller than v1.1.0, and not upgraded, use the instructions in this file.

MySQL

  ALTER TABLE test_results ADD queue INTEGER DEFAULT 0;

PostgreSQL

  ALTER TABLE test_results ADD queue INTEGER DEFAULT 0;