PAN-52 created the proofs DTO

This commit is contained in:
2019-03-14 11:17:51 -06:00
parent bc92dc60d4
commit 4bd1936a7a
3 changed files with 76 additions and 4 deletions
@@ -36,7 +36,6 @@ version int default 1
CREATE TABLE proofs
(
id INT NOT NULL AUTO_INCREMENT,
username VARCHAR(50) NOT NULL,
branch VARCHAR(512) NOT NULL,
referenced_definitions JSON,
referenced_theorems JSON,