diff options
| author | Luiz Gustavo Monteiro <luizgu_mreis@hotmail.com> | 2025-10-26 16:09:12 -0300 |
|---|---|---|
| committer | Luiz Gustavo Monteiro <luizgu_mreis@hotmail.com> | 2025-10-26 16:09:12 -0300 |
| commit | 52a4fe2625b63683fcdcd74f704e49aa65cb0dd8 (patch) | |
| tree | 642dde8a39aefa58df55821b9bf84251defc4bcf /database | |
| parent | e9f3d47100fd5f61342af0a6f8e1abbe3bea9093 (diff) | |
database connection tested successfully - tables readed on pgadmin
Diffstat (limited to 'database')
| -rw-r--r-- | database/init_scripts/create_table.sql | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/database/init_scripts/create_table.sql b/database/init_scripts/create_table.sql deleted file mode 100644 index ae5b3d1..0000000 --- a/database/init_scripts/create_table.sql +++ /dev/null @@ -1,21 +0,0 @@ -create table if not exists station ( - id integer, - name varchar(100), - locationid int null, - installation_date date -); - -create table if not exists climameasures ( - stationname varchar(255), - measurevalue int null, - unit float null, - currenttime timestamp default current_timestamp -); - - -create table if not exists climameasures ( - stationname varchar(255), - measurevalue int null, - unit float null, - currenttime timestamp default current_timestamp -);
\ No newline at end of file |
