-
Notifications
You must be signed in to change notification settings - Fork 61
Database changes
Links to commits for database changes - Adding tables for Regimen and Regimen Categories, Adding regimenTemplateConfigured to Programs
Making audit fields consistent across all tables
- https://github.com/OpenLMIS/open-lmis/commit/5c6dd92edacab26eafbe20c8558a6e26fc6b78ca
- https://github.com/OpenLMIS/open-lmis/commit/a562ad6d662dff0e9df634979d5dfdc247c9d7cc
- https://github.com/OpenLMIS/open-lmis/commit/c713b6dad2ebc898f4114c4908aedaea66f52bb9
Adding column 'push' to programs table to indicate whether it is push based or pull based
Adding columns 'catchment Population', 'longitude', 'latitude' to geographic_Zones
Adding columns 'productGroupId' to products table
Adding delivery zone ID field to role_assignments
Removing isa from program product table and adding programProductId to program product isa
Adding table for facility allocation program products
- https://github.com/OpenLMIS/open-lmis/commit/4997a5ec88faff4b7df8d07c62827c9addb8e315
- https://github.com/OpenLMIS/open-lmis/commit/bddb59af6a08ac22b6e32849ce766f3780566af2
Added unique constraint to facility allocation program products on facilityId and programProductId and added not null constraint to programProductId on program_product_isa table