mirror of
https://github.com/penpot/penpot.git
synced 2026-09-11 22:49:30 +00:00
🔥 Remove unused sql code.
This commit is contained in:
parent
abb8d8502b
commit
800f97c5a1
@ -5,9 +5,6 @@ CREATE INDEX storage_object__id_touched_at__idx
|
|||||||
ON storage_object (touched_at, id)
|
ON storage_object (touched_at, id)
|
||||||
WHERE touched_at IS NOT NULL;
|
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()
|
CREATE OR REPLACE FUNCTION on_delete_file_media_object()
|
||||||
RETURNS TRIGGER AS $func$
|
RETURNS TRIGGER AS $func$
|
||||||
BEGIN
|
BEGIN
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user