]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
DRYD-704: Set tenants authorities_initialized to false in create_db.
authorRay Lee <ray.lee@lyrasis.org>
Sun, 11 Aug 2019 05:30:56 +0000 (22:30 -0700)
committerRay Lee <ray.lee@lyrasis.org>
Sun, 11 Aug 2019 05:30:56 +0000 (22:30 -0700)
services/account/pstore/src/main/resources/db/postgresql/account.sql

index e64dd9fb9fdb5d2627c8c70a9cbf289735fe1372..6289f74edea1bb31d0b3286141b6ba5a367b8939 100644 (file)
@@ -30,4 +30,6 @@ CREATE TABLE IF NOT EXISTS tenants (
        updated_at TIMESTAMP
 );
 
+UPDATE tenants SET authorities_initialized = FALSE;
+
 CREATE SEQUENCE IF NOT EXISTS hibernate_sequence;