Upgrade database to utf8mb4 #42

Merged
MrPetovan merged 3 commits from task/upgrade-to-utf8mb4 into master 2018-04-05 03:28:03 +02:00
MrPetovan commented 2018-02-24 17:00:33 +01:00 (Migrated from github.com)

EMOJIS!

EMOJIS!
tobiasd commented 2018-02-25 09:16:36 +01:00 (Migrated from github.com)

Really, what for? Look at all the work humanity has to decipher ancient emojis.

Really, what for? Look at all the work humanity has to decipher ancient emojis.
MrPetovan commented 2018-02-25 15:22:16 +01:00 (Migrated from github.com)

Look at the magnificent user name of the LIBRANET.de admin! https://dir.friendica.social/servers

Look at the magnificent user name of the LIBRANET.de admin! https://dir.friendica.social/servers
tobiasd commented 2018-02-25 18:38:53 +01:00 (Migrated from github.com)

Look at the magnificent user name of the LIBRANET admin!

Yes, exactly what I say. There is a name and then there is a unrecognisable something. Could be an apple maybe, black and white in thin stencil drawing. It is probably something different. I may see something different in a different browser, so I cannot even be sure everyone sees the same hieroglyph that we are supposed to see.

> Look at the magnificent user name of the LIBRANET admin! Yes, exactly what I say. There is a name and then there is a unrecognisable something. Could be an apple maybe, black and white in thin stencil drawing. It is probably something different. I may see something different in a different browser, so I cannot even be sure everyone sees the same hieroglyph that we are supposed to see.
MrPetovan commented 2018-02-25 19:33:48 +01:00 (Migrated from github.com)

It doesn't really matter, they didn't intend on showing a question mark either, so we might as well enable the display that was closer to their initial intent.

It doesn't really matter, they didn't intend on showing a question mark either, so we might as well enable the display that was closer to their initial intent.
tobiasd commented 2018-02-26 07:02:10 +01:00 (Migrated from github.com)

It doesn't really matter, they didn't intend on showing a question
mark either

I have to agree here. I guess it is one indicator of getting old, that I don't understand 99.9% all the hieroglyphs, but identify the good old ascii art emojis.

> It doesn't really matter, they didn't intend on showing a question > mark either I have to agree here. I guess it is one indicator of getting old, that I don't understand 99.9% all the hieroglyphs, but identify the *good old* ascii art emojis.
MrPetovan commented 2018-02-26 07:32:42 +01:00 (Migrated from github.com)

By the way, it's a rabbit face, Opa. =p

By the way, it's a rabbit face, Opa. =p
tobiasd (Migrated from github.com) approved these changes 2018-02-26 17:58:34 +01:00
annando commented 2018-02-26 21:04:37 +01:00 (Migrated from github.com)

I see a problem: You compacted the file dfrndir.sql. I guess these update command had been there to sequentially update the database to the current structure. Because you compacted it to just a "if the table does not exist" thing, every current directory installation won't get updated at all. Or miss I something?

I see a problem: You compacted the file ```dfrndir.sql```. I guess these update command had been there to sequentially update the database to the current structure. Because you compacted it to just a "if the table does not exist" thing, every current directory installation won't get updated at all. Or miss I something?
MrPetovan commented 2018-02-26 21:10:13 +01:00 (Migrated from github.com)

It isn't meant as an incremental update file, and it is one of the two different phpMyAdmin export outputs. I initially did an export without the IF NOT EXISTS option and it put the indices at the end like the original file. When I added the options the indices got grouped in the table description.

In any case this SQL script is an initialization script when someone first set up a directory.

It isn't meant as an incremental update file, and it is one of the two different phpMyAdmin export outputs. I initially did an export without the `IF NOT EXISTS` option and it put the indices at the end like the original file. When I added the options the indices got grouped in the table description. In any case this SQL script is an initialization script when someone first set up a directory.
MrPetovan commented 2018-04-05 03:28:00 +02:00 (Migrated from github.com)

Merging as people are trying to set up their own directory and it puts them at odds with dir.friendica.social.

Merging as people are trying to set up their own directory and it puts them at odds with `dir.friendica.social`.
Sign in to join this conversation.
No reviewers
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: friendica/dir#42
No description provided.