Skip to content

Commit 09f45d5

Browse files
committed
SB-1286: Store users in OrientDB
1 parent 8774192 commit 09f45d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

strongbox-db-liquibase/src/main/resources/db/changelog/v1.0.0/v1.0.0.20__User.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<o:property name="securityTokenKey" type="string" />
1414
<o:property name="lastUpdate" type="date" />
1515
<o:property name="roles" type="embeddedset" linkedType="string"/>
16+
<o:property name="source" type="string" />
1617
</o:createClass>
1718

1819
<o:createIndex name="idx_user_username" on="User" property="username" type="unique" />

0 commit comments

Comments
 (0)