Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F8392033
0-schema.sql
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
425 B
Subscribers
None
0-schema.sql
View Options
-- schema version table which won't get truncated
create
table
dbversion
(
version
int
primary
key
,
release
timestamptz
,
description
text
);
-- a people table which won't get truncated
create
table
people
(
fullname
text
not
null
);
-- a fun table which will get truncated for each test
create
table
fun
(
time
timestamptz
not
null
);
-- one sequence to check for reset as well
create
sequence
serial
;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Jun 4 2025, 6:53 PM (11 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3237455
Attached To
R65 Staging repository
Event Timeline
Log In to Comment