mirror of
https://github.com/modrinth/code.git
synced 2026-09-03 13:36:48 +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;
|