Skip to content

Commit

Permalink
fix(ci): actually run all the SQL commands
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewleith committed Aug 10, 2023
1 parent 35ad21e commit 3a3a28d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests_cypress/seed_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,12 @@
(E'61a3f8e1-516d-446c-bc3a-c2dac33c9474',E'CYPRESS',E'IjhmYmE3MzUwLTIwN2ItNDRhYi1iNmYwLTVkZjk3ZjAzNjZlMyI.xiQ94d2oAedkohXNhx83B6cWr_0',E'4049c2d0-0cab-455c-8f4c-f356dff51810',NULL,E'2023-05-24 13:48:23.93561',E'3f478896-6d3f-4ef3-aa5a-530fea1206bb',NULL,1,E'normal'),
(E'74a06881-7742-4d4a-85ff-b91ae71e1bcd',E'CYPRESS_TEAM_KEY',E'IjYxZjhhYzU3LTNlZGEtNDE3MS1iMDcyLTJjNTY0OWEzODI4ZSI.p6K5JNnYp6Pcn3OEQg1kDM1UHAY',E'4049c2d0-0cab-455c-8f4c-f356dff51810',NULL,E'2023-07-10 16:43:19.425995',E'3f478896-6d3f-4ef3-aa5a-530fea1206bb',NULL,1,E'team');
"""

conn.execute(sa.text(insert_user))
conn.execute(sa.text(insert_org))
conn.execute(sa.text(insert_service))
conn.execute(sa.text(insert_s_permissions))
conn.execute(sa.text(insert_permissions))
conn.execute(sa.text(insert_user_to_service))
conn.execute(sa.text(insert_templates))
conn.execute(sa.text(insert_api_keys))

0 comments on commit 3a3a28d

Please sign in to comment.