Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 354 Bytes

upgrade_zonemaster_backend_ver_1.1.0.md

File metadata and controls

19 lines (12 loc) · 354 Bytes

Upgrade to 1.1.0

Upgrading the database

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

MySQL

  ALTER TABLE test_results ADD queue INTEGER DEFAULT 0;

PostgreSQL

  ALTER TABLE test_results ADD queue INTEGER DEFAULT 0;