[DiscordArchive] so if i go to add a module to a build i already have when i rebuild it i have it pulling the module
[DiscordArchive] so if i go to add a module to a build i already have when i rebuild it i have it pulling the module
Archived author: Thyestefles • Posted: 2025-07-17T15:42:12.435000+00:00
Original source
so if i go to add a module to a build i already have when i rebuild it i have it pulling the module from github does it run the sql automatically on install or do i have to run it manually?
Archived author: Dustin • Posted: 2025-07-17T15:48:02.428000+00:00
Original source
If the module is using the correct folder structure and naming, the sql will get picked up and ran on server boot
Archived author: Thyestefles • Posted: 2025-07-17T15:53:11.968000+00:00
Original source
ok ty
Archived author: Thyestefles • Posted: 2025-07-17T15:53:38.662000+00:00
Original source
like say the one for guildhouse it will run it first time i boot up and change my sql?
Archived author: Dustin • Posted: 2025-07-17T16:00:34.578000+00:00
Original source
The folder structure is `/data/sql/TABLENAME/sqlfile.sql` tablename should be something like `characters` or `world` or `auth`
Archived author: Thyestefles • Posted: 2025-07-17T16:45:41.752000+00:00
Original source
ok ill take a look ty