Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F85629439
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
562 B
Referenced Files
None
Subscribers
None
View Options
diff --git a/priv/repo/migrations/20190722120237_drop_thread_visibility_function.exs b/priv/repo/migrations/20190722120237_drop_thread_visibility_function.exs
new file mode 100644
index 000000000..a085839fc
--- /dev/null
+++ b/priv/repo/migrations/20190722120237_drop_thread_visibility_function.exs
@@ -0,0 +1,8 @@
+defmodule Pleroma.Repo.Migrations.DropThreadVisibilityFunction do
+ use Ecto.Migration
+ @disable_ddl_transaction true
+
+ def change do
+ execute("drop function if exists thread_visibility(actor varchar, activity_id varchar)")
+ end
+end
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, Aug 8, 9:12 PM (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1723977
Default Alt Text
(562 B)
Attached To
Mode
rPUBE pleroma-upstream
Attached
Detach File
Event Timeline
Log In to Comment