Skip to content

Commit

Permalink
schema change so .zap is recreated for release (project-chip#1228)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulr34 authored Dec 5, 2023
1 parent 3a3648d commit 6e8156d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-electron/db/zap-schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ CREATE TABLE "PACKAGE_OPTION" (
UNIQUE(PACKAGE_REF, OPTION_CATEGORY, OPTION_CODE)
);
/*
PACKAGE_OPTION_DEFAULT table contains a link to a specified 'default value' for an options
PACKAGE_OPTION_DEFAULT table contains a link to a specified 'default value' for options
*/
DROP TABLE IF EXISTS "PACKAGE_OPTION_DEFAULT";
CREATE TABLE "PACKAGE_OPTION_DEFAULT" (
Expand Down

0 comments on commit 6e8156d

Please sign in to comment.