You've already forked AstralRinth
forked from didirus/AstralRinth
7d195367a8
* Bulk Editing + Random Projects Route * Run fmt + clippy + prepare * Remove license_url
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;
|