Skip to content

Commit a26f17a

Browse files
author
Till Brehm
committed
Update upd_dev_collection.sql
1 parent ac7b2c8 commit a26f17a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

install/sql/incremental/upd_dev_collection.sql

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@ DROP TABLE 'software_package';
1616
DROP TABLE 'software_repo';
1717
DROP TABLE 'software_update';
1818
DROP TABLE 'software_update_inst';
19+
20+
-- Brexit
21+
UPDATE `country` SET `eu` = 'n' WHERE `iso` = 'GB';

0 commit comments

Comments
 (0)