source code migrating from gitlab
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
create table Stats (
|
||||
Id integer primary key not null,
|
||||
Fahrenheit real not null,
|
||||
Celsius real not null,
|
||||
Humidity real not null
|
||||
);
|
||||
Reference in New Issue
Block a user