Skip to content

Commit

Permalink
Remove change history since it will be handled by git
Browse files Browse the repository at this point in the history
Signed-off-by: Charles Nicholas Kellett <[email protected]>
  • Loading branch information
NickKellett committed Sep 19, 2024
1 parent 6a0d137 commit b1405c8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sql/DDL Create PhysRisk Database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
-- The backend schema User and Tenant tables are derived from ASP.NET Boilerplate tables (https://aspnetboilerplate.com/). That code is available under the MIT license, here: https://github.com/aspnetboilerplate/aspnetboilerplate

-- Last Updated: 2024-09-19.
-- Change column prefix. Add reporting standards and country lookup tables. Make VARCHAR(256) => VARCHAR(255). Specify in column names that times are in UTC. Split impact assessment into two stages: "1. vulnerability analysis" then "2. financial_impact"
-- Fix duplicate value_dynamics column

-- SETUP EXTENSIONS
CREATE EXTENSION IF NOT EXISTS postgis; -- used for geolocation
Expand Down

0 comments on commit b1405c8

Please sign in to comment.