Fix issue with sqlite migrations for comment_seers #503
Brak recenzentów
Etykiety
Brak etykiet
A: API
A: Backend
A: Federation
A: Front-End
A: I18N
A: Meta
A: Security
Build
C: Bug
C: Discussion
C: Enhancement
C: Feature
Compatibility
Dependency
Design
Documentation
Good first issue
Help welcome
Mobile
Rendering
S: Blocked
S: Duplicate
S: Incomplete
S: Instance specific
S: Invalid
S: Needs Voting/Discussion
S: Ready for review
Suggestion
S: Voted on Loomio
S: Wontfix
Brak kamienia milowego
Brak projektu
Brak przypisanych
1 uczestnik
Powiadomienia
Termin realizacji
Brak ustawionego terminu realizacji.
Zależności
Brak ustawionych zależności.
Odniesienie: Plume/Plume#503
Ładowanie…
Dodaj tabelę
Odniesienie w nowym zgłoszeniu
Opis zgłoszenia jest pusty.
Usuń gałąź "fix/sqlite-migrations"
Usunięcie gałęzi jest permanentne. Mimo, że usunięta gałąź może istnieć przez krótki czas zanim zostanie rzeczywiście usunięta, ta operacja NIE MOŻE zostać cofnięta w większości przypadków. Kontynuować?
This fixes the issue in the sqlite migrations for
comment_seers
.The temporary workaround was to change the
id
column fromid INTEGER PRIMARY KEY AUTOINCREMENT
toid INTEGER NOT NULL PRIMARY KEY AUTOINCREMENT
.This change renames the table, creates a new table with the correct attributes, copies the old table over in the new one and deletes the old one.
Thank you. 👍
Codecov Report