1
0
Fork 0
mirror of https://github.com/Eggbertx/gochan.git synced 2025-08-09 07:56:24 -07:00
Commit graph

23 commits

Author SHA1 Message Date
Eggbertx
cb777fc0eb Update database version in initdb sql files 2023-04-10 15:25:38 -07:00
Eggbertx
d2216d0cdf Add some compatibility fixes caused by unexpected differences between MariaDB and mainline MySQL 2023-03-27 15:35:26 -07:00
Eggbertx
324c21abda get rid of duplicate sql files 2022-12-24 14:40:36 -08:00
Eggbertx
813b194f27 Start readding postgresql and sqlite support broken by deprecation fixing 2022-12-13 12:44:16 -08:00
Eggbertx
9107269a39 Upgrade Go version in vagrant and Docker, readd sqlite3 for real this time
requires intervention for vagrant to add the updated Go repo
2022-08-30 11:30:59 -07:00
Eggbertx
c37d5cd85a Move ERD image to sql/
Make delete() in build.py properly delete dirs
2022-04-05 19:56:57 -07:00
Eggbertx
c82759011e change board_dir column to board_dirs 2022-01-30 16:21:06 -08:00
Eggbertx
52c3ece854 Modify wordfilter table and add hacky db update function
When I get around to actually making gochan-migrate useful, that function will be moved there
2022-01-30 15:56:16 -08:00
comraderat
773112d1c6 Remove wordfilter migration
Wordfilter is unused in current gochan codebase,
Remove migrating sql to make it simpler
Make staff reference in wordfilter non-null again
(Making it nullable was a compromise for migrating)
2020-07-08 19:44:17 +02:00
comraderat
988324b82a Fix number linking 2020-07-08 19:44:16 +02:00
comraderat
3e402f6fc9 Add cascades, fix mysql error 2020-07-05 16:08:42 +02:00
comraderat
46735c64d6 Changed versioning table
This allows us to more easily make a plugin system
with their own versions without breaking changes
2020-07-04 23:56:46 +02:00
comraderat
5152b3edf5 Fix bugs 2020-06-30 17:11:36 +02:00
comraderat
a1df373935 Remove temporary code. Wrap up. 2020-06-29 23:37:17 +02:00
comraderat
dc24822d0b Fix errors. 2020-06-29 23:37:07 +02:00
comraderat
9dd3876331 Finish database migratory script 2020-06-29 23:15:34 +02:00
comraderat
23c6de7523 Migrate thread and normal ip bans 2020-06-19 17:16:30 +02:00
comraderat
776273ffdb Fix board and staff id in bans 2020-06-19 17:16:09 +02:00
comraderat
91661fc4b4 Fix version check
Remove temp code
2020-06-19 16:16:47 +02:00
comraderat
d7fdd1ca19 Add normalisation step for bans 2020-06-12 15:54:14 +02:00
comraderat
3e564bcc4a Finish thread/post/file migration. 2020-06-11 20:11:46 +02:00
comraderat
3905ec1393 Add #if flag markers in sql macro script
Made some changes
2020-06-11 17:20:59 +02:00
comraderat
0277d88301 Drop sqlite support in sql
Move migration sql
2020-06-01 22:44:26 +02:00