aboutsummaryrefslogtreecommitdiff
path: root/tables.sql
diff options
context:
space:
mode:
authorMarvin Borner2021-01-28 13:48:52 +0100
committerMarvin Borner2021-01-28 13:48:52 +0100
commit0bfd98fa5efd429288460e5714926cf574fb13a0 (patch)
treee4fe0f1e632a65c2350c162aa3a8ffae009abdbe /tables.sql
parent0c45adc72d0f5c276509f2a6c5971be5dc7679aa (diff)
parent5feb9b1af9f6ff5b2e08bf9c7cc85ffc0f313945 (diff)
Merge branch 'master' into crop
Diffstat (limited to 'tables.sql')
-rw-r--r--tables.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/tables.sql b/tables.sql
index 9f98c45..99dcf20 100644
--- a/tables.sql
+++ b/tables.sql
@@ -175,4 +175,4 @@ CREATE TABLE IF NOT EXISTS profile_char
CONSTRAINT `fk_char_user` FOREIGN KEY (profile_id) REFERENCES users (id),
CONSTRAINT `fk_char_user2` FOREIGN KEY (user_id) REFERENCES users (id)
) ENGINE = InnoDB
- DEFAULT CHARSET = utf8; \ No newline at end of file
+ DEFAULT CHARSET = utf8;