Skip to content

Commit 7e6dd11

Browse files
committed
RHINENG-25740: fix subscription_manager_id
1 parent 83aef14 commit 7e6dd11

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
UPDATE system_inventory SET subscription_manager_id = NULL
2+
WHERE subscription_manager_id = '00000000-0000-0000-0000-000000000000';

database_admin/schema/create_schema.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ CREATE TABLE IF NOT EXISTS schema_migrations
77

88

99
INSERT INTO schema_migrations
10-
VALUES (148, false);
10+
VALUES (149, false);
1111

1212
-- ---------------------------------------------------------------------------
1313
-- Functions

0 commit comments

Comments
 (0)