Wappler Version: 5.7
Operating System : Linux/Ubuntu/22.04LTS 64
Server Model: ASUS/Ryzen5/16RAM/SSD512
Database Type: Postgresql13/Docker
Hosting Type: Apache/PHP7.3/Docker
Expected behavior
What do you think should happen?
Change Field/Timestamp with timezone
and apply to database
Actual behavior
What actually happens?
Message “Nothing to do” and the change remains pending
How to reproduce
- create a table with a field/Timestamp with timezone
- apply
- change the option or include a knex function
- apply
- “nothing to do” message will appear
- change remains pending
when I have a table with datetime type field
with the option “use timezone” active
if i change and apply the change i get the message “nothing to do”
the same happens if I use the “knex” function to leave the current date as default
from this moment on it appears that I have changes to apply to the database
but when I apply I get the message “nothing to do”
how to solve this?
thanks