Skip to content

Commit 9500cc1

Browse files
authored
Merge branch 'max-programming:main' into alone-y154/local
2 parents e7b4337 + 84d0140 commit 9500cc1

37 files changed

+1515
-4411
lines changed

.all-contributorsrc

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -402,6 +402,47 @@
402402
"design",
403403
"code"
404404
]
405+
},
406+
{
407+
"login": "Keith-Web3",
408+
"name": "Olorunnishola Olamilekan",
409+
"avatar_url": "https://avatars.githubusercontent.com/u/96974022?v=4",
410+
"profile": "https://github.com/Keith-Web3",
411+
"contributions": [
412+
"ideas",
413+
"code"
414+
]
415+
},
416+
{
417+
"login": "nabarvn",
418+
"name": "Nabarun",
419+
"avatar_url": "https://avatars.githubusercontent.com/u/64539836?v=4",
420+
"profile": "https://nabarun.xyz",
421+
"contributions": [
422+
"ideas",
423+
"design",
424+
"code"
425+
]
426+
},
427+
{
428+
"login": "Dhruvn-patel",
429+
"name": "Dhruv Patel",
430+
"avatar_url": "https://avatars.githubusercontent.com/u/87563885?v=4",
431+
"profile": "https://github.com/Dhruvn-patel",
432+
"contributions": [
433+
"code",
434+
"design"
435+
]
436+
},
437+
{
438+
"login": "jolbol1",
439+
"name": "James Shopland",
440+
"avatar_url": "https://avatars.githubusercontent.com/u/5064896?v=4",
441+
"profile": "http://jamesshopland.com",
442+
"contributions": [
443+
"code",
444+
"bug"
445+
]
405446
}
406447
],
407448
"contributorsPerLine": 7,

.xata/migrations/.ledger

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
mig_ckifep3vn469mi28pko0_f77d7c38
2+
mig_ckigpnbvn469mi28pt8g_df15c64a
3+
mig_ckigrcrvn469mi28pt9g_aa35d5b2
4+
mig_ckigrgpfnfidu9ddkpmg_4092bb4d
5+
mig_ckigtv3vn469mi28pteg_2f6a2f77
6+
mig_ckigu5vukcu8m9898t2g_e8236a00
7+
mig_ckihebkujsmuf8reoo90_68477443
8+
mig_ckihejc6f7ng5inpnc0g_89f03279
9+
mig_ckiher46f7ng5inpnc1g_3942320d
10+
mig_ckihf8cujsmuf8reooj0_8e780a6d
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"id": "mig_ckifep3vn469mi28pko0",
3+
"checksum": "1:f77d7c3821433d23ef3963fc44ebba51d8e2cc4879857ddd8cf0c354120d33cb",
4+
"operations": [
5+
{
6+
"addTable": {
7+
"table": "reports"
8+
}
9+
}
10+
]
11+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"id": "mig_ckigpnbvn469mi28pt8g",
3+
"parentID": "mig_ckifep3vn469mi28pko0",
4+
"checksum": "1:df15c64ab4c40b33b780ee15268a161013b52174efd5b38c2e50cb6bb5744c1c",
5+
"operations": [
6+
{
7+
"addColumn": {
8+
"column": {
9+
"name": "repoId",
10+
"type": "int",
11+
"unique": true
12+
},
13+
"table": "reports"
14+
}
15+
}
16+
]
17+
}
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"id": "mig_ckigrcrvn469mi28pt9g",
3+
"parentID": "mig_ckigpnbvn469mi28pt8g",
4+
"checksum": "1:aa35d5b288a529d29cdb4360205e5c6e1e24b31728f475f9f53f390b255983ba",
5+
"operations": [
6+
{
7+
"addColumn": {
8+
"column": {
9+
"name": "repoAuthor",
10+
"type": "string"
11+
},
12+
"table": "reports"
13+
}
14+
}
15+
]
16+
}
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"id": "mig_ckigrgpfnfidu9ddkpmg",
3+
"parentID": "mig_ckigrcrvn469mi28pt9g",
4+
"checksum": "1:4092bb4d1d69c3e74842fea3aa6e0d40d57a93710c3186532dba461b545c2db4",
5+
"operations": [
6+
{
7+
"addColumn": {
8+
"column": {
9+
"name": "message",
10+
"type": "text",
11+
"notNull": true,
12+
"defaultValue": "No Message"
13+
},
14+
"table": "reports"
15+
}
16+
}
17+
]
18+
}

0 commit comments

Comments
 (0)