You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Triggers disappear when modifying the fields of a SQLite table
To Reproduce
Steps to reproduce the behavior:
Open a SQLite DB.
Right click on a table, then click Settings.
Modify the fields, like changing the data type or default value of a column.
Save the changes.
And the triggers you added will disappear~
Screenshots
Modify something
Save changes
Triggers gone
Application
Antares 0.7.2
Environment
OS name: Windows11
OS version 22H2
DB name SQLite
DB version 3.40.0
Possible Reason
I learned how this App modify fields by looking at the console. I noticed that you modified the fields by creating a new table and importing the original data. But you've forgot the trigger in the original table.
The text was updated successfully, but these errors were encountered:
Describe the bug
Triggers disappear when modifying the fields of a SQLite table
To Reproduce
Steps to reproduce the behavior:
Screenshots
Application
Antares 0.7.2
Environment
Possible Reason
I learned how this App modify fields by looking at the console. I noticed that you modified the fields by creating a new table and importing the original data. But you've forgot the trigger in the original table.
The text was updated successfully, but these errors were encountered: