[00:58:43] [1/2] What's "pk" mean in this context? [00:58:44] [2/2] https://cdn.discordapp.com/attachments/1006789349498699827/1235757400695242782/image.png?ex=66358843&is=663436c3&hm=d8fa82b9947ab33714cb600fa3ab86581872a7d0cdda581bc49e2c8412f47843& [01:03:34] primary key [01:07:47] thanks [01:08:02] No problem [01:08:27] The abstract schema does confuse me sometimes as well lol [01:33:22] whats this schema for? [01:40:01] Just a new more complex way for schema in MediaWiki. [01:40:40] internal database? [01:41:37] I believe it's how you can automatically different generate SQL files for your extension for MySQL, Postgre (might have spelled that wrong), and SQLite [01:42:10] I don't really know SQL very well so it seemed useful to use it to avoid messing something up (I'm trying to make something similar to Fandom's Discussions) [01:42:17] Postgres [01:42:22] or PostgreSQL [01:42:22] Ah ok [01:42:54] Yeah that was the point. ImportDump was the only extension of ours I ever did with abstract schema and it just made it a bit harder for me to do new patches tbh [01:43:39] I'm hoping that the extension I make will have compatibility with as many installs as possible so that's why I wanted to avoid supporting only one database software [01:43:49] I created ImportDump basically perfect to modern code standards and my code standards lol [01:44:12] It probably took an extra month because of how picky I was in how I made it.. [18:16:31] @bluemoon0332 could you take a quick look at my updated logic for suppressed requests in my PR please 🫠 tyyyy [18:16:42] I actually did [18:16:49] I have an unpublished review pending [18:17:07] Oh sorry [18:36:10] @pixldev review published [18:39:36] Will check, thanks [18:40:06] Was laughing at goofy azure video https://youtu.be/0Rl76cZ7Nic?si=RUJo_HbO_Nkni4ob lol(is funny if you’re bored I’d give it a watch) [18:42:38] https://github.com/miraheze/CreateWiki/pull/511#discussion_r1585288470 I could save sworn I fixed that [18:42:56] Anyways main takeaway formatting standards are pain for it [18:42:56] that's why it says outdated [18:43:01] Ag [18:43:04] Didn’t notice [18:43:06] review has been sitting unpublished for says [18:43:07] Am on mobile [18:44:04] I was trying to just use the database count if possible since that felt cleaner but I’ll change it in a few days [18:45:05] I also need to see if I can get my idea to recognize the right formatting. I think I saw smt bout it on mw.org. Do we use standard mediawiki formatting? [18:45:17] yes [18:45:23] on PHP code at least [18:45:41] I don't know what the python people are doing at puppet but ig they have their own