Page Menu
Home
Software Heritage
Search
Configure Global Search
Log In
Files
F11023678
D3185.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
416 B
Subscribers
None
D3185.diff
View Options
diff --git a/sql/upgrades/150.sql b/sql/upgrades/150.sql
--- a/sql/upgrades/150.sql
+++ b/sql/upgrades/150.sql
@@ -3,6 +3,10 @@
-- to_version: 150
-- description: Add not null values with default values
+-- latest schema version
+insert into dbversion(version, release, description)
+ values(150, now(), 'Work In Progress');
+
update metadata_authority
set metadata='{}'::jsonb where metadata is null;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Sep 17, 4:56 PM (12 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3216016
Attached To
D3185: Add missing dbversion bump in 150.sql.
Event Timeline
Log In to Comment