Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9338516
24.sql
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
471 B
Subscribers
None
24.sql
View Options
insert
into
dbversion
(
version
,
release
,
description
)
values
(
24
,
now
(),
'Work In Progress'
);
alter
table
origin_visit_stats
add
column
last_scheduled
timestamptz
;
comment
on
column
origin_visit_stats
.
last_scheduled
is
'Time when this origin was scheduled to be visited last'
;
-- no need for a proper migration script of this last_schedules column: this
-- have not been published or deployed; just drop it
alter
table
listed_origins
drop
column
last_scheduled
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jul 4 2025, 8:52 AM (6 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3300172
Attached To
rDSCH Scheduling utilities
Event Timeline
Log In to Comment