Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-09-03 | Use Jsonb for storing results. | Alexander_Kabui | |
2024-08-29 | Add sql file for creating llm db tables. | Alexander_Kabui | |
2024-08-29 | Add default timestamp and and primary key for Rating table. | Alexander_Kabui | |
2024-05-24 | Update copyright year and email. | Alexander_Kabui | |
2024-05-24 | sql: update: llm_db_update.sql: New file. | Alexander_Kabui | |
2022-05-27 | sql: caseattributes_audit.sql: New file | BonfaceKilz | |
Create new table that stores edits related to case-attributes. | |||
2022-02-11 | sql: Remove database mapping code. | Arun Isaac | |
These tools have been greatly improved and moved to a new home at https://git.genenetwork.org/arunisaac/dump-genenetwork-database * sql/map-database.sh, sql/schema-from-in-db-documentation.org, sql/schema-original.sql, sql/schema.png, sql/schema.sql, sql/schema.svg: New files. | |||
2022-02-11 | Quote shell variables to prevent globbing | Frederick Muriuki Muriithi | |
Quote the shell variables to prevent globbing and word splitting. Deactivate this check for the specific lines that require intentional word splitting | |||
2021-11-29 | Add SQL statement to update json_diff | BonfaceKilz | |
2021-08-04 | sql: Add documentation extracted from within the database. | Arun Isaac | |
It turns out there is documentation of the database within the database itself. I have dumped that it into an org file. * sql/schema-from-in-db-documentation.org: New file. | |||
2021-08-02 | sql: Document the table Strain. | Arun Isaac | |
* sql/schema.org (Strain): New section. | |||
2021-07-31 | sql: Add schema description. | Arun Isaac | |
* sql/schema.org: New file. | |||
2021-07-23 | sql: metadata_audit: Make char-set encoding explicit(utf8mb4) | BonfaceKilz | |
See: https://www.eversql.com/mysql-utf8-vs-utf8mb4-whats-the-difference-between-utf8-and-utf8mb4/ | |||
2021-07-22 | Move sql updates into dir | Pjotr Prins | |
2021-07-22 | sql: Add schema and schema map. | Arun Isaac | |
* sql/map-database.sh, sql/schema-original.sql, sql/schema.png, sql/schema.sql, sql/schema.svg: New files. | |||
2021-06-07 | Rename json_data column to json_diff_data | BonfaceKilz | |
2021-06-03 | sql: Add a new folder that houses sql statements for new tables | BonfaceKilz | |