Skip to content

Commit

Permalink
Merge pull request #10 from DeploySolutionsClimateChange/cleanup
Browse files Browse the repository at this point in the history
Remove duplicate schema
  • Loading branch information
NickKellett authored Sep 19, 2024
2 parents d3b6731 + b2b7735 commit df912a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 999 deletions.
4 changes: 1 addition & 3 deletions src/sql/DDL Create PhysRisk Database.sql
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,7 @@
-- speed up application development, help internationalize and display the results of analyses, and more.
-- 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-07.
-- 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
-- Last Updated: 2024-09-19.

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

0 comments on commit df912a8

Please sign in to comment.