tethysplatform / tethys

The Tethys Platform main Django website project repository.
http://tethysplatform.org/
BSD 2-Clause "Simplified" License
92 stars 49 forks source link

Fixed migration with apps that use ATCORE. #944

Closed romer8 closed 1 year ago

romer8 commented 1 year ago

Fixes the missing trigger problem:


Running migrations:
  Applying tethys_apps.0002_auto_20230407_2337...Traceback (most recent call last):
  File "/home/user/miniconda3/envs/tethys/lib/python3.10/site-packages/django/db/backends/base/base.py", line 242, in _commit
    return self.connection.commit()
psycopg2.errors.InternalError_: could not find trigger 21935
bash```
coveralls commented 1 year ago

Coverage Status

Coverage: 100.0%. Remained the same when pulling aff0b76a34a49c06ec53193fafaa8298ffec1994 on romer8:fix_migration_settings into 9092c879fab5319f2eb647f5a02ecbe0acb6a7ab on tethysplatform:main.