include manufacturers and models

This commit is contained in:
Isaac Connor 2021-11-18 09:55:39 -05:00
parent 18610fd601
commit f63c124988
1 changed files with 3 additions and 0 deletions

View File

@ -1118,6 +1118,9 @@ CREATE TABLE Snapshot_Events (
-- We generally don't alter triggers, we drop and re-create them, so let's keep them in a separate file that we can just source in update scripts.
source @PKGDATADIR@/db/triggers.sql
source @PKGDATADIR@/db/manufacturers.sql
source @PKGDATADIR@/db/models.sql
--
-- Apply the initial configuration
--