Event Timeline
Comment Actions
yes, there is:
Applying swh_web_add_forge_now.0001_initial... OK Applying swh_web_add_forge_now.0002_authorized_null_comment... OK Applying swh_web_add_forge_now.0003_request_submitter_forward_username... OK Applying swh_web_add_forge_now.0004_rename_tables... OK
but:
sqlite3 ./swh-web-test.sqlite3 SQLite version 3.34.1 2021-01-20 14:10:07 Enter ".help" for usage hints. sqlite> .tables add_forge_request django_content_type add_forge_request_history django_migrations ...
tables are badly named...
Comment Actions
found the issue, it's the js fixture that needs to be amended to:
db.run('DELETE FROM add_forge_request');