mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-11-01 19:18:05 +00:00
chore: change memory engine to innodb in migrations (#23460)
This commit is contained in:
parent
f126fcf032
commit
f8f57fc4af
@ -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