mirror of
https://github.com/modrinth/code.git
synced 2026-08-25 09:04:55 +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;
|