mtgcoll/migrations/00010_median_function.down.sql
Gered 064ad77af8 initial commit
not sure why i waited so long to put this project under version control
2016-06-24 14:17:45 -04:00

4 lines
98 B
SQL

DROP AGGREGATE IF EXISTS median( NUMERIC );
DROP FUNCTION IF EXISTS _final_median( NUMERIC [] );