Skip to content
Extraits de code Groupes Projets
Non vérifiée Valider 0393f710 rédigé par Sorunome's avatar Sorunome
Parcourir les fichiers

change emoji to use bigint

parent 18a3b2c6
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -29,8 +29,8 @@ export class Schema implements IDbSchema {
name TEXT NOT NULL,
animated INTEGER NOT NULL,
mxc_url TEXT NOT NULL,
created_at INTEGER NOT NULL,
updated_at INTEGER NOT NULL,
created_at BIGINT NOT NULL,
updated_at BIGINT NOT NULL,
PRIMARY KEY(emoji_id)
);`, "emoji");
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter