Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion packages/metaschema-schema/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
EXTENSION = metaschema-schema
DATA = sql/metaschema-schema--0.15.5.sql
DATA = sql/metaschema-schema--0.26.0.sql

PG_CONFIG = pg_config
PGXS := $(shell $(PG_CONFIG) --pgxs)
Expand Down

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion packages/metaschema-schema/metaschema-schema.control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# metaschema-schema extension
comment = 'metaschema-schema extension'
default_version = '0.15.5'
default_version = '0.26.0'
module_pathname = '$libdir/metaschema-schema'
requires = 'citext,hstore,pgpm-inflection,pgpm-database-jobs,pgpm-types,pgcrypto,plpgsql,postgis,uuid-ossp,pgpm-verify'
relocatable = false
Expand Down
2 changes: 1 addition & 1 deletion packages/metaschema-schema/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@
"bugs": {
"url": "https://github.com/constructive-io/pgpm-modules/issues"
}
}
}
3 changes: 1 addition & 2 deletions packages/metaschema-schema/pgpm.plan
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,5 @@ schemas/metaschema_public/tables/enum/table [schemas/metaschema_public/schema sc
schemas/metaschema_public/tables/embedding_chunks/table [schemas/metaschema_public/schema schemas/metaschema_public/tables/database/table schemas/metaschema_public/tables/table/table schemas/metaschema_public/tables/field/table] 2026-03-19T00:00:00Z devin <devin@cognition.ai> # add schemas/metaschema_public/tables/embedding_chunks/table

schemas/metaschema_public/tables/spatial_relation/table [schemas/metaschema_public/schema schemas/metaschema_public/tables/database/table schemas/metaschema_public/tables/table/table schemas/metaschema_public/tables/field/table schemas/metaschema_public/types/object_category] 2026-04-17T00:00:00Z devin <devin@cognition.ai> # add schemas/metaschema_public/tables/spatial_relation/table
schemas/metaschema_public/tables/node_type_registry/table [schemas/metaschema_public/schema] 2026-04-30T00:00:00Z Constructive <developers@constructive.io> # add schemas/metaschema_public/tables/node_type_registry/table
schemas/metaschema_public/tables/node_type_registry/fixtures/node_type_registry_seed [schemas/metaschema_public/schema schemas/metaschema_public/tables/node_type_registry/table] 2026-04-30T00:00:01Z Constructive <developers@constructive.io> # seed node_type_registry data from upstream TS registry

schemas/metaschema_public/tables/function/table [schemas/metaschema_public/schema schemas/metaschema_public/tables/database/table schemas/metaschema_public/tables/schema/table] 2026-05-09T00:00:00Z devin <devin@cognition.ai> # add metaschema_public.function table for tracking generated SQL functions

This file was deleted.

This file was deleted.

Loading
Loading