diff --git a/migrations/20150319224700_dumped_migration_93/up.sql b/migrations/20150319224700_dumped_migration_93/up.sql index 1cf66c45d83..92cb4808fdf 100644 --- a/migrations/20150319224700_dumped_migration_93/up.sql +++ b/migrations/20150319224700_dumped_migration_93/up.sql @@ -1,4 +1,2 @@ -CREATE FUNCTION canon_crate_name(text) RETURNS text AS $$ - SELECT replace(lower($1), '-', '_') - $$ LANGUAGE SQL - ; \ No newline at end of file +CREATE FUNCTION canon_crate_name(text) RETURNS text; +