/[sudobot]/trunk/database.db
ViewVC logotype

Contents of /trunk/database.db

Parent Directory Parent Directory | Revision Log Revision Log


Revision 5 - (show annotations)
Mon Jul 29 17:28:11 2024 UTC (8 months, 1 week ago) by rakin
File size: 24576 byte(s)
Added base commands
1 SQLite format 3@ 88.[2  ��% � �x�+�5tablenotesnotesCREATE TABLE notes(
2 id integer primary key autoincrement,
3 content text not null,
4 user_id text not null,
5 guild_id text not null
6 , date text not null)�i�%tablewarningswarningsCREATE TABLE warnings(
7 id integer primary key autoincrement,
8 user_id text not null,
9 guild_id text not null,
10 strike text not null,
11 reason not null,
12 removed int not null default 0
13 , warned_by text not null)�� tableunmutesunmutesCREATE TABLE unmutes(
14 id integer primary key autoincrement,
15 user_id text not null,
16 guild_id text not null
17 , time text not null)P++Ytablesqlite_sequencesqlite_sequenceCREATE TABLE sqlite_sequence(name,seq)��]tablesnippetssnippetsCREATE TABLE snippets(
18 id integer primary key autoincrement,
19 name text not null,
20 content text not null
21 ) �C11=7785682256797368429119875363799121932022-04-13T18:06:37.311Z ����� snippets notes warnings unmutes ��}9���B 1117785682256797368429119875363799121931cc774553653394538506B
22 1117745536533945385069119875363799121931cc774553653394538506B 1119614779446210233459119875363799121931cc774553653394538506B1117785682256797368429119875363799121931cc774553653394538506?11'7785682256797368429119875363799121931ccrakinar2#7578 _�_K11=testing7785682256797368429119875363799121932022-04-16T14:34:13.062ZP)11=abcehet thehet7785682256797368429119875363799121932022-04-15T10:38:50.858ZM#11=Hello world7785682256797368429119875363799121932022-04-15T10:33:20.481Z ���!levels10, 20, 30!rakinA cool dev

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26