mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
parent
4ce4eb1d2f
commit
eafdda4f33
@ -9,6 +9,8 @@
|
||||
-- @<new version>_to_<old version>.sql@.
|
||||
-- 4. If making a new release, add the mapping from application version to catalog
|
||||
-- schema version in @src-rsr/catalog_versions.txt@.
|
||||
-- 5. If appropriate, add the change to @server/src-rsr/initialise.sql@ for fresh installations
|
||||
-- of hasura.
|
||||
--
|
||||
-- The Template Haskell code in this module will automatically compile the new migration script into
|
||||
-- the @graphql-engine@ executable.
|
||||
|
@ -300,6 +300,7 @@ CREATE TABLE hdb_catalog.event_log
|
||||
CREATE INDEX ON hdb_catalog.event_log (trigger_name);
|
||||
CREATE INDEX ON hdb_catalog.event_log (locked);
|
||||
CREATE INDEX ON hdb_catalog.event_log (delivered);
|
||||
CREATE INDEX ON hdb_catalog.event_log (created_at);
|
||||
|
||||
CREATE TABLE hdb_catalog.event_invocation_logs
|
||||
(
|
||||
|
Loading…
Reference in New Issue
Block a user