fourfivesix
fourfivesix
+1, this is very important. Maybe we could break this down to smaller issues?
Oh, didn't know about this checklist feature that GitHub has. Cool!
I'll begin working on this.
@czaks would there be any problems in using InnoDB in this `posts` table? Because I will have to use transactions and MyISAM doesn't seem to support it.
@czaks @ctrlcctrlv I'll probably keep using InnoDB then. Here's what I have so far (there's many more changes in my computer, just not ready for commits yet) https://github.com/fourfivesix/8chan/compare/posts-table
@czaks > why can't you just add an SQL string field string board to the unified schema and make both board and post_id an unique id? I think that was...
@ctrlcctrlv @czaks I think I'm done changing all occurrences of `posts_%s` and their related consequences. I have pushed those commits to https://github.com/fourfivesix/8chan/compare/posts-table. I would appreciate if you guys could review...
@ctrlcctrlv good idea!
:+1: even though the "give them you password if you trust them" thing is good, separate users are more organized.
@ctrlcctrlv some columns could be resized so that we use the space more effectively, this is what we currently have:  Also, we could make the entire `` a...