0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-03-12 07:41:43 -05:00

🔥 Remove unused extension.

This commit is contained in:
Andrey Antukh 2021-01-28 12:30:40 +01:00
parent 8d9d711ad8
commit fe67bf8fdb

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$