Skip to content

Commit

Permalink
minor changes of column order #4
Browse files Browse the repository at this point in the history
  • Loading branch information
Ludee committed Nov 8, 2017
1 parent 2504f99 commit 6103621
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions database_setup/reeem_db_setup_times_paneu.sql
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
/*
TIMES PanEU table setup
TIMES PanEU Table Setup
TIMES PanEU Input
TIMES PanEU Output
https://github.com/ReeemProject/reeem_db/issues/4
__copyright__ = "© Reiner Lemoine Institut"
__license__ = "GNU Affero General Public License Version 3 (AGPL-3.0)"
__url__ = "https://www.gnu.org/licenses/agpl-3.0.en.html"
Expand All @@ -23,7 +25,7 @@ CREATE TABLE model_draft.reeem_times_paneu_input (
field text,
category text, -- "table"
"indicator" text, -- "name"
"year" integer,
"year" smallint,
"value" double precision,
unit text,
aggregation boolean,
Expand Down Expand Up @@ -103,7 +105,7 @@ CREATE TABLE model_draft.reeem_times_paneu_output (
field text,
category text, -- "table"
"indicator" text, -- "name"
"year" integer,
"year" smallint,
"value" double precision,
unit text,
aggregation boolean,
Expand Down

0 comments on commit 6103621

Please sign in to comment.