Skip to content

Commit

Permalink
schema: remove duplicate line
Browse files Browse the repository at this point in the history
fixes #2609
  • Loading branch information
Thomas-Gelf committed Sep 23, 2022
1 parent be17177 commit 0cae453
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions doc/82-Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ v1.10.1 (unreleased)
### Import and Sync
* FIX: sync lower-cased all object names since v1.10 (#2608)

### Database Schema
* FIX: new DB schema failed due to duplicate line in SQL statement (#2609)

v1.10.0
-------

Expand Down
1 change: 0 additions & 1 deletion schema/mysql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2322,7 +2322,6 @@ CREATE TABLE branched_icinga_service_set (
assign_filter TEXT DEFAULT NULL,


imports TEXT DEFAULT NULL,
imports TEXT DEFAULT NULL,
set_null TEXT DEFAULT NULL,
PRIMARY KEY (branch_uuid, uuid),
Expand Down

0 comments on commit 0cae453

Please sign in to comment.