Skip to content

Commit

Permalink
Update schema cache for Alembic revision 65fbafbc2ce8 (head)
Browse files Browse the repository at this point in the history
  • Loading branch information
oharsta authored and github-actions[bot] committed May 19, 2024
1 parent 5771059 commit d4626fd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions misc/sbs-db.sql
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
-- Dump of empty SBS database, alembic revision a8c68296935a (head)
-- Dump of empty SBS database, alembic revision 65fbafbc2ce8 (head)

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
Expand All @@ -21,7 +21,7 @@ CREATE TABLE `alembic_version` (

LOCK TABLES `alembic_version` WRITE;
/*!40000 ALTER TABLE `alembic_version` DISABLE KEYS */;
INSERT INTO `alembic_version` VALUES ('a8c68296935a');
INSERT INTO `alembic_version` VALUES ('65fbafbc2ce8');
/*!40000 ALTER TABLE `alembic_version` ENABLE KEYS */;
UNLOCK TABLES;
DROP TABLE IF EXISTS `api_keys`;
Expand Down Expand Up @@ -571,6 +571,7 @@ CREATE TABLE `organisations` (
`uuid4` varchar(255) NOT NULL,
`service_connection_requires_approval` tinyint(1) DEFAULT '0',
`accepted_user_policy` varchar(255) DEFAULT NULL,
`crm_id` varchar(255) DEFAULT NULL,
PRIMARY KEY (`id`),
UNIQUE KEY `organisations_unique_name` (`name`),
UNIQUE KEY `organisations_uuid4` (`uuid4`),
Expand Down

0 comments on commit d4626fd

Please sign in to comment.