Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#6627] deps wagtail3 #527

Merged
merged 9 commits into from
Nov 1, 2022
Merged

[#6627] deps wagtail3 #527

merged 9 commits into from
Nov 1, 2022

Conversation

philli-m
Copy link
Contributor

Backup database before testing just in case. will branch off this for the wagtail4 update

@philli-m philli-m requested review from khamui, goapunk, fuzzylogic2000 and Rineee and removed request for goapunk October 31, 2022 10:31
@philli-m philli-m changed the title Pm 2022 10 deps wagtail3 [#6627] deps wagtail3 Oct 31, 2022
@Rineee
Copy link
Contributor

Rineee commented Oct 31, 2022

@phillimorland I get an error

  Applying apps_forms.0009_alter_formfield... OK
  Applying apps_home.0058_alter_streamfield_field...Traceback (most recent call last):
  File "/home/rine/digitalstrategie/venv/lib/python3.10/site-packages/django/db/backends/utils.py", line 84, in _execute
    return self.cursor.execute(sql, params)
  File "/home/rine/digitalstrategie/venv/lib/python3.10/site-packages/django/db/backends/sqlite3/base.py", line 423, in execute
    return Database.Cursor.execute(self, query, params)
sqlite3.IntegrityError: CHECK constraint failed: (JSON_VALID("body_de") OR "body_de" IS NULL)

But maybe there is sth wrong with my db, I think I have not worked on it for ages..

@Rineee
Copy link
Contributor

Rineee commented Oct 31, 2022

@phillimorland I get an error

  Applying apps_forms.0009_alter_formfield... OK
  Applying apps_home.0058_alter_streamfield_field...Traceback (most recent call last):
  File "/home/rine/digitalstrategie/venv/lib/python3.10/site-packages/django/db/backends/utils.py", line 84, in _execute
    return self.cursor.execute(sql, params)
  File "/home/rine/digitalstrategie/venv/lib/python3.10/site-packages/django/db/backends/sqlite3/base.py", line 423, in execute
    return Database.Cursor.execute(self, query, params)
sqlite3.IntegrityError: CHECK constraint failed: (JSON_VALID("body_de") OR "body_de" IS NULL)

But maybe there is sth wrong with my db, I think I have not worked on it for ages..

Still get that error with an older db, maybe you could check on yours @khamui ?

@philli-m
Copy link
Contributor Author

philli-m commented Oct 31, 2022

@Rineee odd, do you get it with an empty database? with a clean install? although that probably wouldn't help

@khamui
Copy link
Contributor

khamui commented Oct 31, 2022

@phillimorland I get an error

  Applying apps_forms.0009_alter_formfield... OK
  Applying apps_home.0058_alter_streamfield_field...Traceback (most recent call last):
  File "/home/rine/digitalstrategie/venv/lib/python3.10/site-packages/django/db/backends/utils.py", line 84, in _execute
    return self.cursor.execute(sql, params)
  File "/home/rine/digitalstrategie/venv/lib/python3.10/site-packages/django/db/backends/sqlite3/base.py", line 423, in execute
    return Database.Cursor.execute(self, query, params)
sqlite3.IntegrityError: CHECK constraint failed: (JSON_VALID("body_de") OR "body_de" IS NULL)

But maybe there is sth wrong with my db, I think I have not worked on it for ages..

Still get that error with an older db, maybe you could check on yours @khamui ?

@Rineee no errors for me

@philli-m philli-m merged commit a776250 into main Nov 1, 2022
@philli-m philli-m deleted the pm-2022-10-deps-wagtail3 branch November 1, 2022 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants