[DiscordArchive] Guys, I have some questions. When there is an update to the branch (merge), I pull it and need to as
[DiscordArchive] Guys, I have some questions. When there is an update to the branch (merge), I pull it and need to as
Archived author: Ozik • Posted: 2025-09-01T21:16:15.464000+00:00
Original source
Guys, I have some questions. When there is an update to the branch (merge), I pull it and need to assemble the project with CMaker and build it again with Visual Studio, right? But I won't need to extract the client data again, right?
Archived author: Ozik • Posted: 2025-09-01T21:16:43.598000+00:00
Original source
But when there is an update in the database, I need to drop the schema so it can be assembled again, right?
Archived author: Ozik • Posted: 2025-09-01T21:18:04.679000+00:00
Original source
or just put the sql in the folder and when I start the server it already identifies and makes the necessary updates without having to drop the database with the table data?
Archived author: Tea • Posted: 2025-09-01T21:23:55.437000+00:00
Original source
database updates are incremental, you dont need to drop it