We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4b0cd5 commit 7e0f052Copy full SHA for 7e0f052
2 files changed
efiction/eFiction_table_defs.py
@@ -39,7 +39,7 @@
39
`contact` tinyint(1) NOT NULL DEFAULT '0',
40
`stories` int(11) NOT NULL DEFAULT '0',
41
PRIMARY KEY (`uid`)
42
- ) ENGINE = MyISAM""",
+ ) ENGINE = MyISAM;""",
43
"authors": """CREATE TABLE `{0}` (
44
`uid` int(11) NOT NULL AUTO_INCREMENT,
45
`penname` varchar(200) NOT NULL DEFAULT '',
requirements.txt
@@ -5,7 +5,7 @@ colorama==0.4.4
5
colorlog==4.2.1
6
configparser==5.0.0
7
coverage==5.3
8
-cryptography==3.2.1
+cryptography==42.0.5
9
importlib-metadata==2.0.0
10
iniconfig==1.0.1
11
more-itertools==8.5.0
0 commit comments