From c96b27eb5ba544b0be4aec59af0b2b587cfaf06e Mon Sep 17 00:00:00 2001 From: Michael Save Date: Mon, 27 Aug 2012 02:52:31 +1000 Subject: [PATCH] use UNSIGNED for `id` columns --- README.md | 10 +++++----- install.php | 12 +++++++++++- install.sql | 14 +++++++------- templates/posts.sql | 2 +- 4 files changed, 24 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 22539076..34fe3554 100644 --- a/README.md +++ b/README.md @@ -21,11 +21,11 @@ it need one. Contributing ------------ -* Use GitHub to submit a pull request. -* Send feedbacks -* Fix bugs or add features -* Write/Edit the Wiki -If you need help developing a patch, join our IRC channel. +You can contribute to Tinyboard by: +* Developing patches/improvements/translations and using GitHub to submit pull requests +* Providing feedback and suggestions +* Writing/editing documentation +If you need help developing a patch, please join our IRC channel. Installation ------------- diff --git a/install.php b/install.php index 1e872911..d580e97d 100644 --- a/install.php +++ b/install.php @@ -1,7 +1,7 @@