+++ /dev/null
-id,name,created,updated,eula,gender,dob,act_lvl,goal_wt,goal_bf,bmr_eq_id,bf_eq_id,pwd_hash,img_data
-1,New User,1601067725,1601067725,,MALE,2001-01-01,2,78,0.12,1,1,password,
5,0.0.4,2021-06-17,"add custom foods tables (custom_foods, cf_dat)"
6,0.0.5,2021-10-28,"update tables to support app (subset of original features)"
7,1.0.0,2021-11-05,"remove test data"
-8,1.0.1,2021-11-05,"use field headers from test data"
\ No newline at end of file
+8,1.0.1,2021-11-05,"use field headers from test data"
+9,1.0.2,2021-11-05,"no default profiles and remove bf_eqs, bmr_eqs"
\ No newline at end of file
act_lvl int DEFAULT 2, -- [1, 2, 3, 4, 5]
goal_wt real,
goal_bf real,
- bmr_eq_id int DEFAULT 1,
- bf_eq_id int DEFAULT 1,
- img_data text,
- FOREIGN KEY (bmr_eq_id) REFERENCES bmr_eqs (id) ON UPDATE CASCADE,
- FOREIGN KEY (bf_eq_id) REFERENCES bf_eqs (id) ON UPDATE CASCADE
+ img_data text
);
--