mirror of
https://github.com/modrinth/code.git
synced 2026-08-24 16:44:51 +00:00
5 lines
106 B
SQL
5 lines
106 B
SQL
-- Add migration script here
|
|
DROP EXTENSION IF EXISTS tsm_system_rows;
|
|
|
|
CREATE EXTENSION tsm_system_rows;
|