Skip to content

Commit 569bdd2

Browse files
authored
Merge pull request #866 from larsenle/main
Database process documentation
2 parents f59aeff + f937f33 commit 569bdd2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

database/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ The subfolders have the following content and uses:
1818
## Database Design and Documentation
1919
The physical database design is documented and maintained using **DBSchema**. These are stored as XML files with the **`.dbs`** extension.
2020

21-
Generated reports and images are published in https://hous-hpb.atlassian.net/wiki/spaces/DSS/pages/22708294/STR+DSS+Data+model
21+
Generated reports and images are published in https://hous-hpb.atlassian.net/wiki/spaces/DSS/pages/22708294/STR+DSS+Data+model .
2222

2323
## DDL Script Generation
2424
Each sprint, a DDL script is produced to fully instantiate the database objects into an empty schema. In addition, incremental scripts are provided to transform the database structure from the preceding sprint.
@@ -29,8 +29,10 @@ Often, database object definitions are changed after the sprint modeling activit
2929
## Data Seeding
3030
There is always a base set of fixed data that are not managed by the application, and must be populated by script. Some of these are merely temporary situations that will be resolved as stories evolve to replace them.
3131

32+
Some data is periodically refreshed from external sources, as described in https://hous-hpb.atlassian.net/wiki/spaces/DSS/pages/171638798/STR+DSS+Jurisdiction+Geometry+Refresh .
33+
3234
## Database Change Summaries
33-
Each sprint delivers a planned set of incremental changes to the database. The following summarizes the most recent sets of changes.
35+
Each sprint delivers a planned set of incremental changes to the database. The following summarizes the most recent sets of changes. Older design change summaries are documented in https://hous-hpb.atlassian.net/wiki/spaces/DSS/pages/22708294/STR+DSS+Data+model .
3436

3537
### Sprint 17:
3638
- Create and populate lookup table `dss_economic_region`:

0 commit comments

Comments
 (0)