Commit Graph

16 Commits

Author SHA1 Message Date
Arturo Filastò
076be14889 Add database migration script
We need to do a rename and copy because SQLite3 does not support column
addition and constraint changes to existing tables
2020-01-28 11:51:38 +01:00
Arturo Filastò
18a89f4cbd [schema-change] Prefix all columns that could cause conflicts 2018-09-17 17:30:38 +02:00
Arturo Filastò
54af7170d4 Add support for data_usage event 2018-09-12 13:42:16 +02:00
Arturo Filastò
b29071f37b Replace summary with test_keys 2018-09-10 12:41:28 +02:00
Arturo Filastò
1516a7ea74 Fix bug in constraint 2018-09-07 12:56:00 +02:00
Arturo Filastò
b75cee5e84 Progress on schema and fixing unittests 2018-09-06 16:13:04 +02:00
Arturo Filastò
a518ca79da Fix DB schema, write a basic unittest for the DB operations 2018-09-06 15:34:56 +02:00
Arturo Filastò
a512421033 Bugfixing to the create msmt schema 2018-09-05 17:58:06 +02:00
Arturo Filastò
5c807e1161 Add network_type to the schema 2018-09-05 14:29:47 +02:00
Arturo Filastò
6d2ca54590 Minor stylistic changes to schema 2018-08-07 19:32:59 +02:00
Arturo Filastò
8efb71dce8 Update the schema for the measurements and results tables
Based on discussions with @xanscale and @lorenzoPrimi in:
https://github.com/ooni/probe-cli/issues/14
2018-08-07 17:51:05 +02:00
Arturo Filastò
ecf3370f53 Implement result listing from CLI
Change the schema to include ASN and Network Name in the results table
2018-05-03 18:40:52 +02:00
Arturo Filastò
541e2c0c1b Update schema 2018-03-20 12:38:21 +01:00
Arturo Filastò
25c15dc3ab Edit SQL creation 2018-03-19 19:28:22 +01:00
Arturo Filastò
e7ee54436e Get some data into the database 2018-02-13 18:11:22 +02:00
Arturo Filastò
ca231bca9f Start fleshing out database related functions 2018-02-12 18:29:03 +02:00