Changeset 1a9c843 for sql/data_load.sql


Ignore:
Timestamp:
09/23/26 13:29:06 (4 hours ago)
Author:
Stefan-Saveski <stefansaveski19@…>
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.
Message:

Merge remote-tracking branch 'origin/phase5-normalization'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sql/data_load.sql

    ra12988e r1a9c843  
    115115(3, 1, 'tok_old789_stefan', '2026-01-01 00:00:00', FALSE);
    116116
    117 INSERT INTO payment (id, user_id, enrollment_id, amount) VALUES
    118 (1, 1, 1, 200),
    119 (2, 1, 2, 200),
    120 (3, 2, 3, 400),
    121 (4, 3, 4, 200);
     117INSERT INTO payment (id, enrollment_id, amount) VALUES
     118(1, 1, 200),
     119(2, 2, 200),
     120(3, 3, 400),
     121(4, 4, 200);
    122122
    123123INSERT INTO major_subjects (major_id, subject_id, mandatory_semester) VALUES
Note: See TracChangeset for help on using the changeset viewer.