mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
59c01786fe
Add optimistic concurrency control to the ‘replace_metadata’ call. Prevents users from submitting out-of-date metadata to metadata-mutating APIs. See https://github.com/hasura/graphql-engine-mono/issues/472 for details. GitOrigin-RevId: 5f220f347a3eba288a9098b01e9913ffd7e38166
5 lines
140 B
SQL
5 lines
140 B
SQL
-- This migration enables metadata versioning
|
|
-- Drops version column
|
|
|
|
ALTER TABLE hdb_catalog.hdb_metadata DROP COLUMN "resource_version";
|