mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2026-01-06 12:36:56 +00:00
chore: change memory engine to innodb in migrations (#23460)
(cherry picked from commit f8f57fc4af14da84108b0246f81e807c0fbc7f1f)
This commit is contained in:
parent
e8465c2357
commit
d16834f01b
@ -53,7 +53,7 @@ CREATE TEMPORARY TABLE IF NOT EXISTS column_to_table_mapping (
|
||||
column_hash VARCHAR(768) PRIMARY KEY,
|
||||
table_hash VARCHAR(768),
|
||||
INDEX idx_table_hash (table_hash)
|
||||
) ENGINE=MEMORY;
|
||||
) ENGINE=InnoDB;
|
||||
|
||||
-- Populate mapping by extracting table hash (everything before the last dot)
|
||||
INSERT INTO column_to_table_mapping (column_hash, table_hash)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user