Interface | Description |
---|---|
DataSourceType |
Abstraction of a supported database platform
|
UpdateUI |
Class | Description |
---|---|
AclUtil | |
AllProjectsCreator |
Creates the
All-Projects repository and initial ACLs. |
AllUsersCreator |
Creates the
All-Users repository. |
BaseDataSourceType | |
DatabaseModule |
Loads the database with standard dependencies.
|
DataSourceModule | |
DataSourceProvider |
Provides access to the DataSource.
|
DB2 | |
H2AccountPatchReviewStore | |
InMemoryAccountPatchReviewStore | |
InMemoryAccountPatchReviewStore.Module | |
JdbcAccountPatchReviewStore | |
JdbcAccountPatchReviewStore.Module | |
JdbcUtil | |
MariaDBAccountPatchReviewStore | |
MysqlAccountPatchReviewStore | |
NotesMigrationSchemaFactory | |
Oracle | |
PostgresqlAccountPatchReviewStore | |
ProjectConfigSchemaUpdate | |
Schema_100 | |
Schema_101 | |
Schema_102 | |
Schema_103 | |
Schema_104 | |
Schema_105 | |
Schema_106 | |
Schema_107 | |
Schema_108 | |
Schema_109 | |
Schema_110 | |
Schema_111 | |
Schema_112 | |
Schema_113 | |
Schema_114 | |
Schema_115 | |
Schema_116 | |
Schema_117 | |
Schema_118 | |
Schema_119 | |
Schema_120 | |
Schema_121 | |
Schema_122 | |
Schema_123 | |
Schema_124 | |
Schema_125 | |
Schema_126 | |
Schema_127 | |
Schema_128 | |
Schema_129 | |
Schema_130 | |
Schema_131 | |
Schema_132 | |
Schema_133 | |
Schema_134 | |
Schema_135 | |
Schema_136 | |
Schema_137 | |
Schema_138 | |
Schema_139 | |
Schema_140 |
Remove ChangeMessage sequence.
|
Schema_141 |
Add status field to account.
|
Schema_142 | |
Schema_143 |
Add isPrivate field to change.
|
Schema_144 | |
Schema_145 |
Create account_external_ids_byEmail index.
|
Schema_146 |
Make sure that for every account a user branch exists that has an initial empty commit with the
registration date as commit time.
|
Schema_147 |
Delete user branches for which no account exists.
|
Schema_148 | |
Schema_149 |
Add workInProgress field to change.
|
Schema_150 |
Drop ACCOUNT_EXTERNAL_IDS table.
|
Schema_151 |
A schema which adds the 'created on' field to groups.
|
Schema_152 |
Drop unused indexes from accounts table.
|
Schema_153 |
Add reviewStarted field to change.
|
Schema_154 |
Migrate accounts to NoteDb.
|
Schema_155 |
Create account sequence in NoteDb
|
Schema_156 |
Add revertOf field to change.
|
Schema_157 |
Drop unused indexes from accounts table.
|
Schema_158 |
Drop ACCOUNTS table.
|
Schema_159 |
Migrate draft changes to private or wip changes.
|
Schema_160 |
Remove "My Drafts" menu items for all users and server-wide default preferences.
|
Schema_161 | |
Schema_83 | |
Schema_84 | |
Schema_85 | |
Schema_86 | |
Schema_87 | |
Schema_88 | |
Schema_89 | |
Schema_90 | |
Schema_91 | |
Schema_92 | |
Schema_93 | |
Schema_94 | |
Schema_95 | |
Schema_96 | |
Schema_97 | |
Schema_98 | |
Schema_99 | |
SchemaCreator |
Creates the current database schema and populates initial code rows.
|
SchemaModule |
Validate the schema and connect to Git.
|
SchemaUpdater |
Creates or updates the current database schema.
|
SchemaVersion |
A version of the database schema.
|
SchemaVersionCheck |
Validates the current schema version.
|
Enum | Description |
---|---|
DataSourceProvider.Context |
Annotation Type | Description |
---|---|
ReviewDbFactory |
Marker on
SchemaFactory implementation that talks to the
underlying traditional ReviewDb database. |