@@ -39,7 +39,8 @@ Ensure your MariaDB database has the following tables:
-- Table for SAIs
CREATETABLESAIs(
id_saiINTAUTO_INCREMENTPRIMARYKEY,
nsVARCHAR(255)NOTNULL
nsVARCHAR(255)NOTNULLUNIQUE,
modeloVARCHAR(255)
);
-- Table for Batteries
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.