🔥 Remove unused extension.

This commit is contained in:
Andrey Antukh 2021-01-28 12:30:40 +01:00
parent 8d9d711ad8
commit fe67bf8fdb
1 changed files with 0 additions and 1 deletions

View File

@ -1,5 +1,4 @@
CREATE EXTENSION IF NOT EXISTS "uuid-ossp";
CREATE EXTENSION IF NOT EXISTS "pgcrypto";
CREATE FUNCTION update_modified_at()
RETURNS TRIGGER AS $updt$