mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 09:51:59 +03:00
5 lines
140 B
MySQL
5 lines
140 B
MySQL
|
-- This migration enables metadata versioning
|
||
|
-- Drops version column
|
||
|
|
||
|
ALTER TABLE hdb_catalog.hdb_metadata DROP COLUMN "resource_version";
|