diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-08-24 22:18:05 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-08-24 22:18:05 -0400 |
commit | 3350932e7f4879a098c5310c0ab74f24b0430f75 (patch) | |
tree | bd4ae1a5921aca4fca0ca033cefc4dc2013b70ef /doc | |
parent | 71221c1bbd54bde7f9c9512306267351fb3970cf (diff) |
Add Sqlite tips in FAQ
Diffstat (limited to 'doc')
-rw-r--r-- | doc/faq.markdown | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/faq.markdown b/doc/faq.markdown index 879b070f..76ee07ab 100644 --- a/doc/faq.markdown +++ b/doc/faq.markdown @@ -129,3 +129,9 @@ Are there some tutorials about Kanboard in other languages? ----------------------------------------------------------- - [German article series about Kanboard](http://demaya.de/wp/2014/07/kanboard-eine-jira-alternative-im-detail-installation/) + + +Tips +---- + +- [Easy way to remove name constraint in SQLite database](https://github.com/kanboard/kanboard/issues/1508) |