[DiscordArchive] So just the sql in that commit or every sql after and including that commit?
[DiscordArchive] So just the sql in that commit or every sql after and including that commit?
Archived author: Bench • Posted: 2021-12-27T03:16:25.826000+00:00
Original source
So just the sql in that commit or every sql after and including that commit?
Archived author: Nyeriah • Posted: 2021-12-27T03:16:57.346000+00:00
Original source
it's impossible to tell what else you're missing tbh
Archived author: Bench • Posted: 2021-12-27T03:17:10.773000+00:00
Original source
Got it, so the one in that commit and then play by ear from there?
Archived author: Nyeriah • Posted: 2021-12-27T03:17:16.608000+00:00
Original source
but with this
```
ALTER TABLE `waypoints` ADD COLUMN `orientation` FLOAT DEFAULT 0 NOT NULL AFTER `position_z`, ADD COLUMN `delay` INT UNSIGNED DEFAULT 0 NOT NULL AFTER `orientation`
```
Archived author: Nyeriah • Posted: 2021-12-27T03:17:22.632000+00:00
Original source
your server will start up at least
Archived author: Bench • Posted: 2021-12-27T03:17:37.519000+00:00
Original source
Got it, thank you!