IEEE.org
|
IEEE Xplore Digital Library
|
IEEE Standards
|
IEEE Spectrum
|
More Sites
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Open at RIT
My Conservation Life
Conservation360
Commits
7a115383
Unverified
Commit
7a115383
authored
Mar 24, 2020
by
tilley14
Committed by
GitHub
Mar 24, 2020
Browse files
Adding Donor Code to assets (#94)
parent
1688f92f
Changes
1
Hide whitespace changes
Inline
Side-by-side
db/schema/schema.sql
View file @
7a115383
...
...
@@ -5,8 +5,8 @@ CREATE EXTENSION IF NOT EXISTS postgis;
-- PostgreSQL database dump
--
-- Dumped from database version 11.
6
(Ubuntu 11.
6-1
.pgdg16.04+1)
-- Dumped by pg_dump version 1
1.2
-- Dumped from database version 11.
7
(Ubuntu 11.
7-2
.pgdg16.04+1)
-- Dumped by pg_dump version 1
2.1 (Ubuntu 12.1-1.pgdg18.04+1)
ALTER
TABLE
IF
EXISTS
ONLY
"public"
.
"property"
DROP
CONSTRAINT
IF
EXISTS
"property_data_type_fkey"
;
ALTER
TABLE
IF
EXISTS
ONLY
"public"
.
"property"
DROP
CONSTRAINT
IF
EXISTS
"property_asset_type_id_fkey"
;
...
...
@@ -74,7 +74,8 @@ CREATE TABLE "public"."asset" (
"id"
bigint
NOT
NULL
,
"project_id"
integer
,
"asset_type_id"
integer
NOT
NULL
,
"location"
"public"
.
"geometry"
(
Point
)
"location"
"public"
.
"geometry"
(
Point
),
"donor_code"
"text"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment