mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-04-30 11:14:05 -04:00
Change connections options
This commit is contained in:
@@ -106,9 +106,10 @@ async function main() {
|
||||
|
||||
await prisma.connection.createMany({
|
||||
data: [
|
||||
{name: 'Debate Partner'},
|
||||
// {name: 'Debate Partner'},
|
||||
{name: 'Friendship'},
|
||||
{name: 'Relationship'},
|
||||
{name: 'Short-term relationship'},
|
||||
{name: 'Long-term relationship'},
|
||||
],
|
||||
skipDuplicates: true,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user