Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F9342471
18.sql
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
328 B
Subscribers
None
18.sql
View Options
insert
into
dbversion
(
version
,
release
,
description
)
values
(
18
,
now
(),
'Work In Progress'
);
alter
table
listed_origins
add
column
last_scheduled
timestamptz
;
comment
on
column
listed_origins
.
last_scheduled
is
'Time when this origin was scheduled to be visited last'
;
create
index
on
listed_origins
(
last_scheduled
);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Jul 4, 12:45 PM (2 w, 3 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3353212
Attached To
rDSCH Scheduling utilities
Event Timeline
Log In to Comment