Skip to content
Snippets Groups Projects
Commit 12a0a904 authored by Simon Oehrl's avatar Simon Oehrl
Browse files

Change position to array

parent 0f3d3004
No related branches found
No related tags found
1 merge request!4Feature/add arbor support
Checking pipeline status
...@@ -45,9 +45,7 @@ def SetupNestTables(postgres_username, postgres_password, port): ...@@ -45,9 +45,7 @@ def SetupNestTables(postgres_username, postgres_password, port):
id INT PRIMARY KEY NOT NULL UNIQUE, id INT PRIMARY KEY NOT NULL UNIQUE,
simulation_node_id INT, simulation_node_id INT,
population_id INT, population_id INT,
position_x FLOAT, position FLOAT[],
position_y FLOAT,
position_z FLOAT,
FOREIGN KEY (simulation_node_id) REFERENCES nest_simulation_node (id) FOREIGN KEY (simulation_node_id) REFERENCES nest_simulation_node (id)
);''') );''')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment