Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 242 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 242 Bytes

Set proper ID number in next entry in Database (after dumping data in DB)

  • Run fix_ids_in_database script while is not done this is the manual command: SELECT setval('accounting_income_id_seq', (SELECT MAX(id) FROM accounting_income));