mirror of
https://github.com/penpot/penpot.git
synced 2025-02-13 02:28:18 -05:00
🔥 Remove unused sql code.
This commit is contained in:
parent
abb8d8502b
commit
800f97c5a1
1 changed files with 0 additions and 3 deletions
|
@ -5,9 +5,6 @@ CREATE INDEX storage_object__id_touched_at__idx
|
|||
ON storage_object (touched_at, id)
|
||||
WHERE touched_at IS NOT NULL;
|
||||
|
||||
-- DROP TRIGGER file_media_object__on_delete__tgr ON file_media_object CASCADE;
|
||||
-- DROP FUNCTION on_delete_file_media_object () ;
|
||||
|
||||
CREATE OR REPLACE FUNCTION on_delete_file_media_object()
|
||||
RETURNS TRIGGER AS $func$
|
||||
BEGIN
|
||||
|
|
Loading…
Add table
Reference in a new issue