Tony Murray
0540c56d0f
Add application metrics model and relationships ( #15417 )
...
* Add application metrics model and relationships
* update schema check file
* Add missed index
* Update testing definition
* sqlite can't create the id later
* update schema dumps
* update testing_persistent schema
* update baseline
2023-10-12 02:24:27 -05:00
Jellyfrog
5a56e9081e
Use Laravel schema migration command directly ( #14039 )
...
* Add new schema migration command
* Apply fixes from StyleCI
2023-08-03 19:26:48 -05:00
Jellyfrog
2a9aece96c
New schema dump ( #14630 )
2022-11-16 07:20:25 -06:00
Jellyfrog
f06e81b357
Switch to utf8mb4 ( #12580 )
...
* Switch to utf8mb4
This allows emojis to function correctly
* Update URLs
2021-03-28 16:23:08 +02:00
Tony Murray
f5a0959181
Revert "Switch to utf8mb4 ( #12501 )" ( #12578 )
...
This reverts commit 8e2e67d0ee .
2021-03-01 14:59:06 -06:00
Jellyfrog
8e2e67d0ee
Switch to utf8mb4 ( #12501 )
...
* Switch to utf8mb4
This allows emojis to function correctly
* Update URLs
2021-03-01 08:02:26 -06:00
Tony Murray
25722bbbd5
Faster initial database creation ( #12297 )
...
* Faster initial database creation
Add db dumps to improve initial db migration
On my test system 13s -> 7s, a 46% reduction.
Should help out a lot on systems like RPi
* lnms schema:dump command
--snapshots saves db snapshots, otherwise it saves the yaml
* fix style
* fix timezones...
* not working with in-memory db yet
remove build.sql
2020-11-06 01:19:15 +01:00