IntegrityError przy zduplikowanej wartości kluczowej narusza unikalne szczegóły ograniczenia: Kluczowy identyfikator już istnieje.

# Reset the counter of a table named yourTable to start at id # 1453
ALTER SEQUENCE yourTable_id_seq RESTART WITH 1453
Trained Tuna