10 lines
365 B
MySQL
10 lines
365 B
MySQL
|
DROP FUNCTION list_directory_reverse(BYTEA, BYTEA, BYTEA, INTEGER);
|
||
|
DROP FUNCTION list_directory(BYTEA, BYTEA, BYTEA, INTEGER);
|
||
|
DROP TYPE path_and_meta;
|
||
|
DROP FUNCTION component_increment(BYTEA, INTEGER);
|
||
|
DROP FUNCTION bytea_increment(BYTEA);
|
||
|
DROP FUNCTION truncate_after(BYTEA, INTEGER, INTEGER);
|
||
|
DROP VIEW pathdata_pretty;
|
||
|
DROP TABLE pathdata;
|
||
|
DROP TABLE buckets;
|