focalboard/server
Jesús Espino 2d261fde59
Adding mysql support to the database (#301)
* Adding mysql support

* Fixing other test cases

* Tests passing on mysql

* Fix the row number generation

* Adding blocks_history table

* merging the migrations in one single set of files

* Passing mysql tests

* Fixing default encoding on mysql

* Simplifying things

* Removing from the blocks table all deleted blocks

* Better indentation

* Moving db types to constants to make it less error prone

* reducing duplicated code

* Removing log line

* Now sql tests are running properly in mysql, sqlite and postgres
2021-04-22 22:53:01 +02:00
..
admin-scripts
api Show workspace title in sidebar 2021-03-30 15:25:16 -07:00
app Fixup for old file path 2021-03-31 15:30:25 -07:00
auth
client
context
einterfaces Show workspace title in sidebar 2021-03-30 15:25:16 -07:00
integrationtests Adding mysql support to the database (#301) 2021-04-22 22:53:01 +02:00
main Fix #312. Release 0.6.6 (#313) 2021-04-21 18:25:26 -07:00
model Update to v0.6.6 2021-04-21 12:56:14 -07:00
server Adding tablePrefix support 2021-04-17 09:09:34 +02:00
services Adding mysql support to the database (#301) 2021-04-22 22:53:01 +02:00
swagger Store files per workspace and root block 2021-03-29 16:27:35 -07:00
utils
web Addining subpath support (#241) 2021-04-16 13:42:37 +02:00
ws Global template support 2021-03-30 14:04:00 -07:00
go.mod Better enterprise integration 2021-03-29 20:10:12 +02:00
go.sum
go.tools.mod
go.tools.sum
modd.conf