Age | Commit message (Expand) | Author |
---|---|---|
2022-02-11 | sql: Remove database mapping code....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. | Arun Isaac |
2022-02-11 | Quote shell variables to prevent globbing...Quote the shell variables to prevent globbing and word splitting. Deactivate this check for the specific lines that require intentional word splitting | Frederick Muriuki Muriithi |
2021-11-29 | Add SQL statement to update json_diff | BonfaceKilz |
2021-08-04 | sql: Add documentation extracted from within the database....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. | Arun Isaac |
2021-08-02 | sql: Document the table Strain....* sql/schema.org (Strain): New section. | Arun Isaac |
2021-07-31 | sql: Add schema description....* sql/schema.org: New file. | Arun Isaac |
2021-07-23 | sql: metadata_audit: Make char-set encoding explicit(utf8mb4)...See: https://www.eversql.com/mysql-utf8-vs-utf8mb4-whats-the-difference-between-utf8-and-utf8mb4/ | BonfaceKilz |
2021-07-22 | Move sql updates into dir | Pjotr Prins |
2021-07-22 | sql: Add schema and schema map....* sql/map-database.sh, sql/schema-original.sql, sql/schema.png, sql/schema.sql, sql/schema.svg: New files. | Arun Isaac |
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 |