Skip to content

Commit

Permalink
sql fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joepdooper committed Jun 1, 2024
1 parent 04be1d8 commit 00431a3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/include/const.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?php
// version
define('_IVY_VERSION', '0.7.1');
define('_IVY_VERSION', '0.7.2');
// public
define('_PUBLIC', DIRECTORY_SEPARATOR . 'public');
// subfolder
Expand Down
3 changes: 1 addition & 2 deletions ivy.sql
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,7 @@ LOCK TABLES `profiles` WRITE;

INSERT INTO `profiles` (`id`, `user_id`, `users_image`, `last_activity`)
VALUES
(1,1,'eff9fd259e5e07108658404eefb32d0e.jpg','2024-03-16 18:12:17'),
(2,2,NULL,'2024-02-28 19:29:41');
(1,1,NULL,'2024-03-16 18:12:17');

/*!40000 ALTER TABLE `profiles` ENABLE KEYS */;
UNLOCK TABLES;
Expand Down

0 comments on commit 00431a3

Please sign in to comment.