Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F33103512
20240622175346_backup_refactor.exs
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
389 B
Referenced Files
None
Subscribers
None
20240622175346_backup_refactor.exs
View Options
defmodule
Pleroma.Repo.Migrations.BackupRefactor
do
use
Ecto.Migration
def
up
do
alter
table
(
"backups"
)
do
remove
(
:state
)
remove
(
:processed_number
)
add
(
:tempdir
,
:string
)
end
end
def
down
do
alter
table
(
"backups"
)
do
add
(
:state
,
:integer
,
default
:
5
)
add
(
:processed_number
,
:integer
,
default
:
0
)
remove
(
:tempdir
)
end
end
end
File Metadata
Details
Attached
Mime Type
text/x-ruby
Expires
Tue, Jan 20, 1:56 PM (15 h, 11 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
973788
Default Alt Text
20240622175346_backup_refactor.exs (389 B)
Attached To
Mode
rPUBE pleroma-upstream
Attached
Detach File
Event Timeline
Log In to Comment