Changeset 1a9c843 for sql/data_load.sql
- Timestamp:
- 09/23/26 13:29:06 (4 hours ago)
- Branches:
- master
- Children:
- e7bafc0
- Parents:
- a12988e (diff), f7c8acf (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
sql/data_load.sql (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
sql/data_load.sql
ra12988e r1a9c843 115 115 (3, 1, 'tok_old789_stefan', '2026-01-01 00:00:00', FALSE); 116 116 117 INSERT INTO payment (id, user_id,enrollment_id, amount) VALUES118 (1, 1, 1,200),119 (2, 1,2, 200),120 (3, 2,3, 400),121 (4, 3,4, 200);117 INSERT INTO payment (id, enrollment_id, amount) VALUES 118 (1, 1, 200), 119 (2, 2, 200), 120 (3, 3, 400), 121 (4, 4, 200); 122 122 123 123 INSERT INTO major_subjects (major_id, subject_id, mandatory_semester) VALUES
Note:
See TracChangeset
for help on using the changeset viewer.
