postgresql issue :(
When I try add data I got this errorINSERT INTO night_prices (id_prices, id_data, id_services, price_oldi, price_weekend, type_prices) VALUES (DEFAULT, 8, 18, '33', '12', 2)
[nativecode=ERROR: permission denied for sequence night_prices_id_prices_seq]
How to fix that?
I have root access.
Thank you,
Rafal