migrate hosting-assets into external db #158

Merged
hsh-michaelhoennig merged 8 commits from bugfix/hosting-assets-import-into-external-db into master 2025-02-17 09:41:04 +01:00
No description provided.
hsh-michaelhoennig added 2 commits 2025-02-13 17:58:39 +01:00
hsh-michaelhoennig changed title from migratte hosting-assets into external db to migrate hosting-assets into external db 2025-02-14 09:21:51 +01:00
hsh-marcsandlus approved these changes 2025-02-14 09:44:41 +01:00
@ -7,6 +7,7 @@
<entry key="HSADMINNG_POSTGRES_ADMIN_USERNAME" value="postgres" />
<entry key="HSADMINNG_POSTGRES_JDBC_URL" value="jdbc:postgresql://localhost:5432/postgres" />
<entry key="HSADMINNG_POSTGRES_RESTRICTED_USERNAME" value="restricted" />
<entry key="HSADMINNG_MIGRATION_DATA_PATH" value="migration" />

HSADMINNG_OFFICE_DATA_SQL_FILE ?

HSADMINNG_OFFICE_DATA_SQL_FILE ?
hsh-michaelhoennig marked this conversation as resolved
@ -1288,6 +1298,13 @@ public class ImportHostingAssets extends CsvDataImport {
});
}
private String defaultPrefix(final HsBookingItem bookingItem) {

woher kommt das?

woher kommt das?
hsh-michaelhoennig marked this conversation as resolved
hsh-michaelhoennig force-pushed bugfix/hosting-assets-import-into-external-db from 4cac6bd1e9 to c84198a05b 2025-02-14 15:17:36 +01:00 Compare
hsh-michaelhoennig added 3 commits 2025-02-17 08:25:29 +01:00
hsh-michaelhoennig merged commit a0635960a5 into master 2025-02-17 09:41:04 +01:00
hsh-michaelhoennig deleted branch bugfix/hosting-assets-import-into-external-db 2025-02-17 09:41:04 +01:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: hostsharing/hs.hsadmin.ng#158
No description provided.