Skip to content

Commit

Permalink
FIX ERROR: personalQuotaReached1
Browse files Browse the repository at this point in the history
  • Loading branch information
Amniotic3 authored Dec 17, 2024
1 parent add0d12 commit c37f2e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stack/dataserver/dbconfig/init-mysql.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ $MYSQL zotero_www < www.sql
echo "INSERT INTO users VALUES (1, 'admin', MD5('admin'))" | $MYSQL zotero_www
echo "INSERT INTO users_email (userID, email) VALUES (1, '[email protected]')" | $MYSQL zotero_www
echo "INSERT INTO storage_institutions (institutionID, domain, storageQuota) VALUES (1, 'zotero.org', 10000)" | $MYSQL zotero_www
echo "INSERT INTO storage_institution_email (institutionID, email) VALUES (1, 'contact@zotero.org')" | $MYSQL zotero_www
echo "INSERT INTO storage_institution_email (institutionID, email) VALUES (1, 'admin@zotero.org')" | $MYSQL zotero_www

# Load in shard schema
cat shard.sql | $MYSQL zotero_shard_1
Expand Down

0 comments on commit c37f2e6

Please sign in to comment.